Subdomain & vhost fuzzing
Theory
Practice
gobuster vhost --useragent "PENTEST" --wordlist "/path/to/wordlist.txt" --url $URLwfuzz -H "Host: FUZZ.something.com" --hc 404,403 -H "User-Agent: PENTEST" -c -z file,"/path/to/wordlist.txt" $URLffuf -H "Host: FUZZ.$DOMAIN" -H "User-Agent: PENTEST" -c -w "/path/to/wordlist.txt" -u $URLffuf -c -r -w "/path/to/wordlist.txt" -u "http://FUZZ.$TARGET/"Resources
Last updated
Was this helpful?
