FFUF (Fuzz Faster U Fool) — high-speed web fuzzer for directories, parameters, subdomains, and more.
ffuf -u http://target.com/FUZZ -w /usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt
ffuf -u http://target.com/FUZZ -w /usr/share/seclists/Discovery/Web-Content/common.txt -e .php,.html,.txt,.bak
ffuf -u http://target.com/FUZZ -w wordlist.txt -mc 200,301,302,403
ffuf -u http://target.com/FUZZ -w wordlist.txt -fc 404
ffuf -u http://target.com/FUZZ -w wordlist.txt -fs 1234
ffuf -u http://target.com/FUZZ -w wordlist.txt -fw 10
ffuf -u http://target.com/FUZZ -w wordlist.txt -t 100
ffuf -u http://target.com/FUZZ -w wordlist.txt -recursion -recursion-depth 2
ffuf -u http://FUZZ.target.com -w /usr/share/seclists/Discovery/DNS/subdomains-top1million-5000.txt
ffuf -u http://target.com -H "Host: FUZZ.target.com" -w subdomains.txt -fc 302
ffuf -u http://target.com -H "Host: FUZZ.target.com" -w subdomains.txt -fs 1234
ffuf -u "http://target.com/page?FUZZ=value" -w params.txt
ffuf -u "http://target.com/page?id=FUZZ" -w /usr/share/seclists/Fuzzing/numbers.txt
ffuf -u http://target.com/login -X POST -d "username=FUZZ&password=pass" -w users.txt -mc 302
ffuf -u http://target.com/login -X POST -d "user=admin&pass=FUZZ" -w /usr/share/seclists/Passwords/Leaked-Databases/rockyou-50.txt -mc 302
ffuf -u http://target.com/page?id=FUZZ -w list.txt -H "Cookie: session=TOKEN"
ffuf -u http://target.com/FUZZ -w wordlist.txt -H "Authorization: Bearer TOKEN"
ffuf -u http://target.com/FUZZ -w wordlist.txt -H "Cookie: session=abc123"
ffuf -u http://target.com/FUZZ -w wordlist.txt -b "session=TOKEN;csrftoken=CSRF"
ffuf -u http://target.com/FUZZ -w wordlist.txt -x http://127.0.0.1:8080
ffuf -u http://target.com/FUZZ -w wordlist.txt -o results.json -of json
ffuf -u http://target.com/FUZZ -w wordlist.txt -o results.html -of html
ffuf -u http://target.com/FUZZ -w wordlist.txt -ac
ffuf -u http://target.com/FUZZ -w wordlist.txt -rate 100
ffuf -u http://target.com/W1/FUZZ -w wordlist1.txt:W1 -w wordlist2.txt:FUZZ