Web Injection Probe
web_injection_probeProbe one URL parameter for open redirect, CRLF, LFI, XXE, or HPP injection. Optionally generate WAF-regex bypass payloads to reveal hidden vulnerabilities.
Instructions
[EXPLOIT — requires human approval] Detect open redirect, CRLF, LFI, XXE or HPP in one parameter.
target is the full URL carrying the parameter to test (one parameter —
& is refused project-wide). parameter names it. bug_class is one
of open-redirect, crlf, lfi, xxe, hpp.
regex_bypass expands the class's payload set with generated WAF-regex
bypass variants (every mode x every encoding, bounded at 500): a WAF regex
that blocks the textbook ../ or <script> often lets the same byte
through when written as %2e%2e/ or split by a metachar replacement. It
multiplies the request count and is strictly a second pass — run the plain
probe first and reach for this only when a parameter reflects but nothing
fires.
Every result is a CANDIDATE: the class signature must appear in the injected response and not in the baseline request. Nothing is confirmed here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| bug_class | No | open-redirect | |
| parameter | Yes | ||
| regex_bypass | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||