Updated Usage (markdown)

This commit is contained in:
stamparm 2013-03-15 09:47:24 -07:00
parent 88e2aa90d0
commit 90c4cf291b

View File

@ -247,11 +247,17 @@ A reasonable level of verbosity to further understand what sqlmap does under the
At least one of these options has to be provided. At least one of these options has to be provided.
### Direct connection to the database
Option: `-d`
Run sqlmap against a single database instance. This option requires a connection string in form `http(s)://targeturl[:port]/[...]`.
### Target URL ### Target URL
Option: `-u` or `--url` Option: `-u` or `--url`
Run sqlmap against a single target URL. This switch requires an argument which is the target URL in the form `http(s)://targeturl[:port]/[...]`. Run sqlmap against a single target URL. This option requires a target URL in form `DBMS://USER:PASSWORD@DBMS_IP:DBMS_PORT/DATABASE_NAME` (for e.g. MySQL) or `DBMS://DATABASE_FILEPATH` (for e.g. Microsoft Access).
### Parse targets from Burp or WebScarab proxy logs ### Parse targets from Burp or WebScarab proxy logs
@ -270,7 +276,7 @@ each of those one by one.
Sample content of a bulk file provided as an argument to this option: Sample content of a bulk file provided as an argument to this option:
www.target1.com/vuln1.php?q=foobar www.target1.com/vuln1.php?q=foobar
www.target2.com/vuln2.php?id=1 www.target2.com/vuln2.asp?id=1
www.target3.com/vuln3/id/1* www.target3.com/vuln3/id/1*
### Load HTTP request from a file ### Load HTTP request from a file