dnsteal – DNS Exfiltration Tool
dnsteal is a DNS exfiltration tool, essentially a fake DNS server that allows you to stealthily extract files from a victim machine through DNS requests. dnsteal is coded in Python and is available on Github. Features dnsteal currently has: Support for multiple files Gzip compression supported Supports the customisation of subdomains Customise bytes per subdomain and the length of filename Usage 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 # cd dnsteal/ # ./dnsteal.py -h __ _ _ _ __ _ _ _ | \ | \ | / __ | | _ ___ _ _ _ | | | | ) | . ` \ _ _ \ _ / - _ ) _ ` | | | ___ / | _ | \ _ | ___ / \ __ \ ___ \ __ , _ | _ | v2 . 0 -- https : //github.com/m57/dnsteal.git -- ...