Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Arno0x/DNSExfiltrator
/ functions
Functions
26 in github.com/Arno0x/DNSExfiltrator
⨍
Functions
26
◇
Types & classes
13
↓ 8 callers
Function
color
Author: HarmJ0y, borrowed from Empire Change text color for the Linux terminal.
dnsexfiltrator.py:85
↓ 4 callers
Method
GetTXTRecord
(string dohProvider, string domain)
dnsExfiltrator.cs:418
↓ 2 callers
Method
Encrypt
(byte[] key, byte[] data)
dnsExfiltrator.cs:339
↓ 2 callers
Method
binaryDecrypt
(self, data)
dnsexfiltrator.py:33
↓ 2 callers
Function
fromBase32
(msg)
dnsexfiltrator.py:66
↓ 1 callers
Method
DnsQuery
--------------------------------------------------------------------------------- Import WIN32 API extern function -----------------------------------
dnsExfiltrator.cs:547
↓ 1 callers
Method
DnsRecordListFree
(IntPtr pRecordList, int FreeType)
dnsExfiltrator.cs:550
↓ 1 callers
Method
GoFight
------------------------------------------------------------------------------------ Required entry point signature for DotNetToJScript Convert the dn
dnsExfiltrator.cs:116
↓ 1 callers
Method
ToBase32String
<summary> Convert byte array to Base32 format </summary> <param name="bytes">An array of bytes to convert to Base32 format</param> <returns>Returns a
dnsExfiltrator.cs:770
↓ 1 callers
Function
base64ToStream
(b)
dnsExfiltrator.js:13
↓ 1 callers
Function
debug
(s)
dnsExfiltrator.js:12
↓ 1 callers
Function
fromBase64URL
(msg)
dnsexfiltrator.py:56
↓ 1 callers
Method
init
(self, key)
dnsexfiltrator.py:26
↓ 1 callers
Function
progress
Print a progress bar - https://gist.github.com/vladignatyev/06860ec2040cb497f0f3
dnsexfiltrator.py:43
↓ 1 callers
Function
setversion
()
dnsExfiltrator.js:1
Method
DNSExfiltrator
------------------------------------------------------------------------------------ Constructors for the the DNSExfiltrator class -------------------
dnsExfiltrator.cs:36
Method
EncryptInitalize
(byte[] key)
dnsExfiltrator.cs:344
Method
EncryptOutput
(byte[] key, System.Collections.Generic.IEnumerable<byte> data)
dnsExfiltrator.cs:358
Method
GetTXTRecord
--------------------------------------------------------------------------------- Resolving TXT records only (for now) -------------------------------
dnsExfiltrator.cs:556
Method
Main
------------------------------------------------------------------------------------ MAIN FUNCTION ---------------------------------------------------
dnsExfiltrator.cs:124
Method
PrintColor
------------------------------------------------------------------------------------ Outputs to console with color -----------------------------------
dnsExfiltrator.cs:61
Method
PrintUsage
------------------------------------------------------------------------------------ Print usage -----------------------------------------------------
dnsExfiltrator.cs:43
Method
Swap
(byte[] s, int i, int j)
dnsExfiltrator.cs:374
Method
ToBase32
------------------------------------------------------------------------------------ Encodes a byte array of data into a base32 string ---------------
dnsExfiltrator.cs:91
Method
ToBase64URL
------------------------------------------------------------------------------------ Encodes a byte array of data into a base64url string ------------
dnsExfiltrator.cs:76
Method
__init__
(self, key = None)
dnsexfiltrator.py:17