Advertisement
opexxx

subtone.sh

Oct 13th, 2019
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.42 KB | None | 0 0
  1. #!/bin/bash
  2. echo "[*]Subfinder and Aquatone Scan Started [*]"
  3. subfinder -d $1 -o $1.json -oT -nW -v
  4. rm -rf /root/pentest/results/$1
  5. mkdir /root/pentest/results/$1
  6. cp $1.json /root/pentest/results/$1/
  7. mv /root/pentest/results/$1/$1.json /root/pentest/results/$1/hosts.json
  8. aquatone-scan -d $1 --ports huge --threads 10
  9. DEBUG=nightmare xvfb-run -a aquatone-gather -d $1 --threads 10
  10. aquatone-takeover -d $1 --threads 10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement