Fuzz Command Builder
Generate fuzzing commands for various tools (ffuf, wfuzz, gobuster)
FOR AUTHORIZED TESTING ONLY — Use only on systems you own or have explicit permission to test.
Use
FUZZ as placeholder for injection pointOr specify custom path in tool options
Use FUZZ in header values for injection
Tool-specific flags (threads, timeout, filters, etc.)
Generated Command
0 chars
Enter target URL and select a wordlist to generate a fuzzing command.
Tool-agnostic syntax — Adapt to your tool:
ffuf -u "https://example.com/FUZZ" -w wordlist.txt -t 20
wfuzz -z file,wordlist.txt --hc 404 "https://example.com/FUZZ"
gobuster dir -u https://example.com -w wordlist.txt -t 30