Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- echo "[*]Subfinder and Aquatone Scan Started [*]"
- subfinder -d $1 -o $1.json -oT -nW -v
- rm -rf /root/pentest/results/$1
- mkdir /root/pentest/results/$1
- cp $1.json /root/pentest/results/$1/
- mv /root/pentest/results/$1/$1.json /root/pentest/results/$1/hosts.json
- aquatone-scan -d $1 --ports huge --threads 10
- DEBUG=nightmare xvfb-run -a aquatone-gather -d $1 --threads 10
- aquatone-takeover -d $1 --threads 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement