mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-05-19 23:23:44 +03:00
Minor update of docu
This commit is contained in:
parent
9cae49a8e4
commit
e1f999f238
4
Usage.md
4
Usage.md
|
@ -1595,9 +1595,9 @@ When data being dumped is stored into the CSV format (`--dump-format=CSV`), entr
|
|||
|
||||
### DBMS authentication credentials
|
||||
|
||||
Option: --dbms-cred
|
||||
Option: `--dbms-cred`
|
||||
|
||||
In some cases user will be warned that some operations failed because of lack of current DBMS user privileges and that he could try to use this option. In those cases, if he provides `admin` user credentials to sqlmap by using this option, sqlmap will try to rerun the problematic part with specialized "run as" mechanisms (e.g. `OPENROWSET`) using those credentials.
|
||||
In some cases user will be warned that some operations failed because of lack of current DBMS user privileges and that he could try to use this option. In those cases, if he provides `admin` user credentials to sqlmap by using this option, sqlmap will try to rerun the problematic part with specialized "run as" mechanisms (e.g. `OPENROWSET` on Microsoft SQL Server) using those credentials.
|
||||
|
||||
### Format of dumped data
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user