mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-05-21 13:26:07 +03:00
Updated Usage (markdown)
This commit is contained in:
parent
90c4cf291b
commit
6f95498757
5
Usage.md
5
Usage.md
|
@ -251,13 +251,14 @@ At least one of these options has to be provided.
|
||||||
|
|
||||||
Option: `-d`
|
Option: `-d`
|
||||||
|
|
||||||
Run sqlmap against a single database instance. This option requires a connection string in form `http(s)://targeturl[:port]/[...]`.
|
Run sqlmap against a single database instance. This option requires a connection string in form `DBMS://USER:PASSWORD@DBMS_IP:DBMS_PORT/DATABASE_NAME` (for DBMSes like MySQL, Oracle, Microsoft SQL Server, PostgreSQL, etc.) or `DBMS://DATABASE_FILEPATH` (for DBMSes like SQLite, Microsoft Access, Firebird, etc.)
|
||||||
|
|
||||||
### Target URL
|
### Target URL
|
||||||
|
|
||||||
Option: `-u` or `--url`
|
Option: `-u` or `--url`
|
||||||
|
|
||||||
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).
|
Run sqlmap against a single target URL. This option requires a target URL in form
|
||||||
|
`http(s)://targeturl[:port]/[...]`.
|
||||||
|
|
||||||
### Parse targets from Burp or WebScarab proxy logs
|
### Parse targets from Burp or WebScarab proxy logs
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user