wfuzz
Verified for current stable LTS
Wfuzz Commands
Wfuzz command syntax with verified terminal examples.
Commands
8 commands for Wfuzz
wfuzz HTTP
Wfuzz Command: Brute Force Basic Authentication Common
wfuzz -c --hc <401> -s <delay_between_requests_in_seconds> -z file,<path/to/usernames> -z file,<path/to/passwords> --basic 'FUZZ:FUZ2Z' {https://example.com} wfuzz HTTP
Wfuzz Command: Bruteforce Directory And File Common
wfuzz -w <path/to/file> -p {127.0.0.1:8080:HTTP} {http://example.com/FUZZ} wfuzz HTTP
Wfuzz Command: Colorized Output With Specific Codes Common
wfuzz -c -w <path/to/file> --sc <200,301,302> {http://example.com/FUZZ} wfuzz HTTP
Wfuzz Command: Direct Wordlist And Post Request Fuzzing Common
wfuzz -z list,<word1-word2-...> {https://api.example.com} -d "<id=FUZZ&showwallet=true>" wfuzz HTTP
Wfuzz Command: File Wordlist With Encoding Common
wfuzz -z file,<path/to/file>,none-base64-md5 {https://example.com/FUZZ} wfuzz HTTP
Wfuzz Command: Fuzzing Subdomains With Custom Header Common
wfuzz -w <path/to/file> -H "{Host: FUZZ.example.com}" --hc <301> --hw <222> -t <100> <example.com> wfuzz Operations
Wfuzz Command: List Available Encoders Common
wfuzz -e <encoders|payloads|iterators|printers|scripts> wfuzz HTTP
Wfuzz Command: Save Results To File Common
wfuzz -w <path/to/file> -f <filename> {http://example.com/FUZZ} Suggest a Wfuzz Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Wfuzz workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.