open_redirect_scan
Detect open redirect vulnerabilities by injecting redirect payloads into URL parameters and observing whether external domains are reached.
Instructions
Scan for open redirect vulnerabilities.
Injects redirect payloads into URL parameters and checks if the server redirects to an external domain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to test. | |
| body | No | Optional request body. | |
| method | Yes | HTTP method. | |
| headers | No | Optional request headers. | |
| target_id | Yes | Identifier for the target. | |
| scope_exclude | No | Scope denylist patterns. | |
| scope_include | No | Scope allowlist patterns. | |
| params_to_test | No | Only test these parameters. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||