kali_web_sqlmap_test
Automatically detect and exploit SQL injection vulnerabilities in web applications to identify security weaknesses and extract database information for authorized penetration testing.
Instructions
Automated SQL injection testing and exploitation.
SQLMap automates the detection and exploitation of SQL injection vulnerabilities.
WARNING: Only use on systems you have authorization to test.
Features:
Automatic SQL injection detection
Database fingerprinting
Data extraction
Multiple injection techniques
Example:
GET: url="https://example.com/page?id=1"
POST: url="https://example.com/login", data="user=admin&pass=test", method="POST"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Target URL | |
| data | No | POST data string | |
| cookie | No | HTTP Cookie header value | |
| method | No | HTTP method | GET |
| parameter | No | Testable parameter(s) (e.g., 'id', '*' for all) | |
| level | No | Level of tests (1-5, default: 1) | |
| risk | No | Risk of tests (1-3, default: 1) | |
| dbms | No | Force DBMS type | |
| technique | No | SQL injection techniques (e.g., 'BEUSTQ') | |
| batch | No | Never ask for user input (batch mode) | |
| timeout | No | Scan timeout in seconds |