wfuzz
Fuzz URLs, POST data, headers, cookies, and authentication to discover parameters, brute-force logins, and test header injection.
Instructions
Feature-rich web application brute-forcer. Fuzzes URLs, POST data, headers, cookies, and authentication. Use for parameter discovery, login brute-force, header injection testing, and custom fuzzing scenarios. More flexible than ffuf for complex fuzzing (multi-point injection, encoders, auth handling). Output: requests with their response codes, line/word/char counts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| opts | No | Additional wfuzz options (e.g. '-d "user=FUZZ&pass=FUZZ"' for POST data fuzzing) | |
| target | Yes | Target URL with FUZZ keyword (e.g. 'http://example.com/FUZZ') | |
| wordlist | Yes | Path to wordlist file | |
| filter_code | No | HTTP codes to HIDE from output (e.g. '404,500'). Helps reduce noise. |