SQLMap Cheat Sheet
Command | Description |
---|---|
| View the basic help menu |
| View the advanced help menu |
| Run SQLMap without asking for user input |
| SQLMap with POST request |
| POST request specifying an injection point with an asterisk |
| Passing an HTTP request file to SQLMap |
| Specifying a cookie header |
| Specifying a PUT request |
| Store traffic to an output file |
| Specify verbosity level |
| Specifying a prefix or suffix |
| Specifying the level and risk |
| Basic DB enumeration |
| Table enumeration |
| Table/row enumeration |
| Conditional enumeration |
| Database schema enumeration |
| Searching for data |
| Password enumeration and cracking |
| Anti-CSRF token bypass |
| List all tamper scripts |
sqlmap -u "http://www.example.com/case1.php?id=1" --is-dba | Check for DBA privileges |
| Reading a local file |
| Writing a file |
| Spawning an OS shell |
Last updated