A fast web fuzzer written in Go. The
FUZZkeyword is used as a placeholder.ffufwill try to hit the URL by replacing the wordFUZZwith every word in the wordlist. More information: https://github.com/ffuf/ffuf#usage.
ffuf -c -w {{path/to/wordlist.txt}} -u {{http://example.com/FUZZ}}
ffuf -w {{path/to/subdomains.txt}} -u {{http://FUZZ.example.com}}
ffuf -o -w {{path/to/wordlist.txt}} -u {{http://example.com/FUZZ}} -t {{500}} -x {{http://127.0.0.1:8080}}
ffuf -w {{path/to/wordlist.txt}} -u {{http://example.com}} -H "{{Host: FUZZ}}" -mc {{200}}
ffuf -w {{path/to/postdata.txt}} -X {{POST}} -d "{{username=admin\&password=FUZZ}}" -u {{http://example.com/login.php}} -fc {{401,403}}
ffuf -w {{path/to/keys:KEY}} -w {{path/to/values:VALUE}} -mode {{pitchfork|clusterbomb}} -u {{http://example.com/id?KEY=VALUE}}
mitmproxy):ffuf -w {{path/to/wordlist}} -x {{http://127.0.0.1:8080}} -u {{http://example.com/FUZZ}}