sqlmap
Detect and exploit SQL injection vulnerabilities in URL parameters. Automates database fingerprinting, data dumping, and OS shell access when injection is confirmed.
Instructions
Automated SQL injection detection, exploitation, and data extraction. Use when you find a URL parameter that may be injectable. Handles detection, database fingerprinting, data dumping, and even OS shell access via SQLi. Output: confirms injectable parameters, database type/version, and extracted data. For command injection (not SQL), use commix. For XSS, use xsser.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Target URL with parameters (e.g. 'http://example.com/page.php?id=1') | |
| opts | No | Additional options. Default: --batch --random-agent (non-interactive with random user-agent) |