ffuf

Verified for current stable LTS

Ffuf Commands

Ffuf command syntax with verified terminal examples.

Commands

13 commands for Ffuf

ffuf

Ffuf Command: Enumerate Directories Colored

ffuf -c -w <path/to/wordlist.txt> -u {https://example.com/FUZZ}
ffuf

Ffuf Command: Enumerate Directories Colored Output

ffuf -c -w <path/to/wordlist.txt> -u {https://example.com/FUZZ}
ffuf

Ffuf Command: Enumerate Subdomains

ffuf -w <path/to/subdomains.txt> -u {https://FUZZ.example.com}
ffuf

Ffuf Command: Enumerate Webservers Subdomains

ffuf -w <path/to/subdomains.txt> -u {https://FUZZ.example.com}
ffuf

Ffuf Command: Fuzz Header Match Status Codes

ffuf -w <path/to/wordlist.txt> -u {https://example.com} -H "{Host: FUZZ}" -mc <200>
ffuf

Ffuf Command: Fuzz Header Status Codes

ffuf -w <path/to/wordlist.txt> -u {https://example.com} -H "{Host: FUZZ}" -mc <200>
ffuf

Ffuf Command: Fuzz Http Method Data Filter

ffuf -w <path/to/postdata.txt> -X <POST> -d "<username=admin&password=FUZZ>" -u {https://example.com/login.php} -fc <302,401-499> -fs <1234>
ffuf

Ffuf Command: Fuzz Http Method Data Filter Status

ffuf -w <path/to/postdata.txt> -X <POST> -d "<username=admin\&password=FUZZ>" -u {https://example.com/login.php} -fc <302,401-499> -fs <1234>
ffuf

Ffuf Command: Fuzz Multiple Positions Auto Calibration

ffuf -w {path/to/keys:KEY} -w {path/to/values:VALUE} -mode <pitchfork|clusterbomb> -u {https://example.com/id?KEY=VALUE} -ac
ffuf

Ffuf Command: Fuzz Multiple Positions Multiple Wordlists Auto Calibration

ffuf -w {path/to/keys:KEY} -w {path/to/values:VALUE} -mode <pitchfork|clusterbomb> -u {https://example.com/id?KEY=VALUE} -ac
ffuf

Ffuf Command: Fuzz Threads Proxy Output

ffuf -o -w <path/to/wordlist.txt> -u {https://example.com/FUZZ} -t <500> -x {http://127.0.0.1:8080}
ffuf

Ffuf Command: Proxy Requests Http Mitm

ffuf -w <path/to/wordlist> -x {http://127.0.0.1:8080} -u {https://example.com/FUZZ}
ffuf

Ffuf Command: Proxy Requests Http Mitm Proxy

ffuf -w <path/to/wordlist> -x {http://127.0.0.1:8080} -u {https://example.com/FUZZ}

Suggest a Ffuf Command

Submit missing workflows, corrections, or verified alternatives for this tool.

FAQ

Coverage: Focused examples for common Ffuf workflows.

Verified version: current stable LTS.

Verification: Test commands in a disposable workspace and submit notes for edge cases.