ffuf_fuzz
Fuzz web endpoints by inserting a placeholder keyword into URLs, headers, or POST data to discover hidden files and directories.
Instructions
Fast web fuzzer using ffuf. Place FUZZ keyword in URL, headers, or POST data. url: target URL with FUZZ keyword (e.g. 'http://example.com/FUZZ') wordlist: path to wordlist (auto-selects common.txt if empty) keyword: fuzzing placeholder (default FUZZ) match_codes: show responses matching these HTTP codes filter_codes: hide responses with these HTTP codes threads: concurrent threads (default 40) data: POST data — setting this switches to POST automatically method: HTTP method GET/POST/PUT/DELETE/PATCH headers: extra header e.g. 'Authorization: Bearer ' auto_calibrate: auto-filter similar responses to reduce noise (-ac)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| data | No | ||
| method | No | GET | |
| headers | No | ||
| keyword | No | FUZZ | |
| threads | No | ||
| wordlist | No | ||
| match_codes | No | 200,204,301,302,307,401,403 | |
| filter_codes | No | ||
| auto_calibrate | No |