idor_fuzz_url
Detect IDOR/BOLA vulnerabilities by fuzzing URLs without needing a logged request. Automatically identifies ID parameters, mutates them, and compares responses to reveal broken access control.
Instructions
Fuzz a URL directly for IDOR/BOLA without needing a logged request.
Identifies ID parameters in the URL and body, mutates them, and compares responses to detect access control issues.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Full URL to fuzz (e.g. "https://target.com/api/users/123"). | |
| body | No | Optional request body. | |
| method | Yes | HTTP method (GET, POST, etc.). | |
| headers | No | Optional request headers. | |
| target_id | Yes | Identifier for the target. | |
| candidate_ids | No | Optional explicit IDs to try. | |
| scope_exclude | No | Scope denylist patterns. | |
| scope_include | No | Scope allowlist patterns. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||