Skip to content

Instantly share code, notes, and snippets.

@man3kin3ko
Last active July 19, 2024 18:08
Show Gist options
  • Save man3kin3ko/d563f883b999394200bba5e28474cbd3 to your computer and use it in GitHub Desktop.
Save man3kin3ko/d563f883b999394200bba5e28474cbd3 to your computer and use it in GitHub Desktop.
sed -e 's/^/https:\/\//' subdomains > subdomains.schema
ffuf -t 10 -w "/path/to/dict:FUZZ" -w "subdomains.schema:HOST" -u HOST/FUZZ -mc all -rate 100 -o fuzz-subdomains.json -c -H "User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Googlebot/2.1; +http://www.google.com/bot.html) Chrome/W.X.Y.Z Safari/537.36" -fc 404
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment