SQLmap Cheatsheet and Examples
Target the http://target.server.com URL using the "-u" flag: sqlmap -u 'http://target.server.com' Specify POST requests by specifying the "--data" flag: sqlmap -u 'http://target.server.com' --data='param1=blah¶m2=blah' Target a vulnerable parameter in an authenticated session by specifying cookies using the "--cookie" ...