SQLMap cheat sheet
Simple usage
sqlmap -u “http://target_server/”
Specify target DBMS to MySQL
sqlmap -u “http://target_server/” --dbms=mysql
Using a proxy
sqlmap -u “http://target_server/” --proxy=http://proxy_address:port
Specify param1 to exploit
sqlmap -u “http://t...
ashraful.hashnode.dev1 min read