api_ffuf_fuzz
Discover hidden web content and parameters by fuzzing URLs with customizable wordlists, methods, and match conditions using ffuf.
Instructions
Fuzz using ffuf for content discovery and parameter brute-forcing.
Args: url: Target URL with FUZZ keyword (e.g., http://target/FUZZ) wordlist: Wordlist path on Kali server method: HTTP method mc: Match HTTP status codes (comma-separated) headers: Custom headers (key:value, comma-separated) data_str: POST data with FUZZ keyword
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mc | No | 200,301,302,403 | |
| url | Yes | ||
| method | No | GET | |
| headers | No | ||
| data_str | No | ||
| wordlist | No | /usr/share/wordlists/dirb/common.txt |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |