api_ffuf_fuzz
Fuzz target URLs to discover hidden content and brute-force parameters using ffuf, with customizable methods, headers, and match codes.
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 |