Sqli Validate
sqli_validateDetect SQL injection vulnerabilities using sqlmap, with optional WAF bypass, requiring human approval for authorized security testing.
Instructions
[EXPLOIT — requires human approval] Detect SQL injection with sqlmap. Detection only, never data extraction.
There is no payload_list here on purpose: sqlmap takes no payload file,
and --tamper — the flag that comes closest — loads executable Python and
is denied for this tool. Its own boolean/time inference is what proves SQLi.
bypass_vendor names a WAF vendor whose sqli bypass set is looked up from
the knowledge base; its first payload is split into a boundary that sqlmap
applies via --prefix/--suffix. A WAF that flags the raw OR 1=1
keyword often lets the same condition through wrapped in the vendor's
evasive boundary. The exploit chain uses it to re-test a point whose base
pass came back clean.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| bypass_vendor | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||