sqlmap_scan
Detect and exploit SQL injection flaws in a web app by testing a target URL on a remote Kali host. Force a DBMS, set risk/level, or dump tables after detection.
Instructions
Run sqlmap SQL injection testing against a target URL on the remote Kali machine. Detects and exploits SQL injection vulnerabilities in web applications.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Target URL to test. Example: "http://target.example.com/page?id=1" | |
| data | No | POST data string for testing POST parameters. Example: "username=test&password=test" | |
| dbms | No | Force testing against a specific DBMS to speed up detection | |
| dump | No | Attempt to dump database tables after finding injectable parameters | |
| risk | No | Risk level (1-3). Higher risks include more dangerous tests (e.g., time-based). Default: 1 | |
| level | No | Test level (1-5). Higher levels test more payloads and parameters. Default: 1 |