gobuster_fuzz
Fuzz URLs, headers, or POST data by replacing the FUZZ keyword with wordlist entries to discover parameters and test inputs. Runs on remote Kali host via SSH.
Instructions
Fuzzing mode - replaces the FUZZ keyword in URLs, headers, or POST data with wordlist entries. Useful for parameter discovery and testing. Executes on remote Kali host via SSH.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Target URL containing FUZZ keyword (e.g., https://example.com?param=FUZZ) | |
| async | No | Run scan asynchronously and return scan ID (default: false) | |
| quiet | No | Don't print banner and other noise (default: false) | |
| method | No | HTTP method (default: GET, or POST if post_data provided) | |
| cookies | No | Cookies to use for requests | |
| headers | No | Custom headers, can contain FUZZ keyword (e.g., ['X-Custom-Header: FUZZ']) | |
| threads | No | Number of concurrent threads (default: 10) | |
| timeout | No | HTTP timeout in seconds (default: 10) | |
| wordlist | No | Path to wordlist file on Kali (default: /usr/share/wordlists/dirb/common.txt) | |
| post_data | No | POST data containing FUZZ keyword (e.g., username=admin&password=FUZZ) | |
| exclude_length | No | Response lengths to exclude, comma-separated | |
| exclude_status | No | Status codes to exclude, comma-separated | |
| no_tls_validation | No | Skip TLS certificate verification (default: false) |