Skip to content

Instantly share code, notes, and snippets.

@emadshanab
Forked from random-robbie/start.sh
Created May 28, 2020 10:43
Show Gist options
  • Save emadshanab/f2b9e96cc0d644f02a1f9709da8b8bf3 to your computer and use it in GitHub Desktop.
Save emadshanab/f2b9e96cc0d644f02a1f9709da8b8bf3 to your computer and use it in GitHub Desktop.
cat urls.txt | while read url; do gobuster -u https://"$url" -q -e -k -w content_discovery_all.txt; done > sub_url.txt; cat sub_url.txt| cut -d ' ' -f 1 > /opt/parameth/params.txt;cd /opt/parameth;cat params.txt | while read url; do python /opt/parameth/parameth.py -u http://"$url"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment