SQLmap
Automate SQL Injections
Documentation
https://github.com/sqlmapproject/sqlmap/wiki/Usage
From Request - HTTP:80
From Request - HTTPS:443
or the http.request file needs to have special HTTP header Host: server:443
URL target & Parameters
You can read HTTP request from a file.
HTTP Proxy
Databases
The most common DBMSs the remaining ones look at sqlmap wiki --dbms.
Base64 Encoding
By default sqlmap encode values in query string by URL encoding. When you need to encode payload using base64 encoding use the following switch with a parameter name
HTTP method - DELETE
Last updated
Was this helpful?