Skip to content

Instantly share code, notes, and snippets.

@random-robbie
Last active July 8, 2022 21:22
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save random-robbie/6071645631efdf5599d0023b01a726ad to your computer and use it in GitHub Desktop.
Save random-robbie/6071645631efdf5599d0023b01a726ad 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