MCPcopy Create free account

hub / github.com/Arno0x/DNSExfiltrator / functions

Functions26 in github.com/Arno0x/DNSExfiltrator

↓ 8 callersFunctioncolor
Author: HarmJ0y, borrowed from Empire Change text color for the Linux terminal.
dnsexfiltrator.py:85
↓ 4 callersMethodGetTXTRecord
(string dohProvider, string domain)
dnsExfiltrator.cs:418
↓ 2 callersMethodEncrypt
(byte[] key, byte[] data)
dnsExfiltrator.cs:339
↓ 2 callersMethodbinaryDecrypt
(self, data)
dnsexfiltrator.py:33
↓ 2 callersFunctionfromBase32
(msg)
dnsexfiltrator.py:66
↓ 1 callersMethodDnsQuery
--------------------------------------------------------------------------------- Import WIN32 API extern function -----------------------------------
dnsExfiltrator.cs:547
↓ 1 callersMethodDnsRecordListFree
(IntPtr pRecordList, int FreeType)
dnsExfiltrator.cs:550
↓ 1 callersMethodGoFight
------------------------------------------------------------------------------------ Required entry point signature for DotNetToJScript Convert the dn
dnsExfiltrator.cs:116
↓ 1 callersMethodToBase32String
<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 callersFunctionbase64ToStream
(b)
dnsExfiltrator.js:13
↓ 1 callersFunctiondebug
(s)
dnsExfiltrator.js:12
↓ 1 callersFunctionfromBase64URL
(msg)
dnsexfiltrator.py:56
↓ 1 callersMethodinit
(self, key)
dnsexfiltrator.py:26
↓ 1 callersFunctionprogress
Print a progress bar - https://gist.github.com/vladignatyev/06860ec2040cb497f0f3
dnsexfiltrator.py:43
↓ 1 callersFunctionsetversion
()
dnsExfiltrator.js:1
MethodDNSExfiltrator
------------------------------------------------------------------------------------ Constructors for the the DNSExfiltrator class -------------------
dnsExfiltrator.cs:36
MethodEncryptInitalize
(byte[] key)
dnsExfiltrator.cs:344
MethodEncryptOutput
(byte[] key, System.Collections.Generic.IEnumerable<byte> data)
dnsExfiltrator.cs:358
MethodGetTXTRecord
--------------------------------------------------------------------------------- Resolving TXT records only (for now) -------------------------------
dnsExfiltrator.cs:556
MethodMain
------------------------------------------------------------------------------------ MAIN FUNCTION ---------------------------------------------------
dnsExfiltrator.cs:124
MethodPrintColor
------------------------------------------------------------------------------------ Outputs to console with color -----------------------------------
dnsExfiltrator.cs:61
MethodPrintUsage
------------------------------------------------------------------------------------ Print usage -----------------------------------------------------
dnsExfiltrator.cs:43
MethodSwap
(byte[] s, int i, int j)
dnsExfiltrator.cs:374
MethodToBase32
------------------------------------------------------------------------------------ Encodes a byte array of data into a base32 string ---------------
dnsExfiltrator.cs:91
MethodToBase64URL
------------------------------------------------------------------------------------ Encodes a byte array of data into a base64url string ------------
dnsExfiltrator.cs:76
Method__init__
(self, key = None)
dnsexfiltrator.py:17