kali_web_ffuf_fuzz
Fuzz web applications to discover hidden files, directories, and parameters by replacing the FUZZ keyword in URLs with wordlist entries.
Instructions
Fast web fuzzer for discovering hidden files, directories, and parameters. URL must contain FUZZ keyword.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Target URL with FUZZ keyword (e.g., 'https://example.com/FUZZ') | |
| wordlist | No | Wordlist file path | /usr/share/wordlists/dirb/common.txt |
| method | No | HTTP method | GET |
| headers | No | Custom headers as key-value pairs | |
| data | No | POST data | |
| match_codes | No | Match HTTP status codes | 200,204,301,302,307,401,403,405,500 |
| filter_codes | No | Filter HTTP status codes | |
| threads | No | Number of concurrent threads | |
| timeout | No | Scan timeout in seconds |