Exploit Chain
exploit_chainValidates potential injection vulnerabilities by probing query parameters of discovered URLs, optionally using sqlmap and dalfox, and reports tested points and summaries.
Instructions
[EXPLOIT — requires human approval] Run the exploit validators across discovered injection points.
target is the comma/newline-joined list of URLs the earlier phases found
(the pipeline passes the asset store's URLs). Each URL's query parameters are
extracted and tested one at a time, capped at limit injection points.
include_heavy adds sqlmap and dalfox on top of the native probes. Every
result is a CANDIDATE; the validators store their own findings.
Returns tested (injection points actually probed) for the pipeline's
"did it do anything" gate, plus a per-point summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| target | Yes | ||
| include_heavy | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||