From e1f999f238fe62a824504e191fbe678625c759fd Mon Sep 17 00:00:00 2001 From: stamparm Date: Mon, 29 Apr 2013 12:26:01 +0200 Subject: [PATCH] Minor update of docu --- Usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Usage.md b/Usage.md index 706f3f7..1c804fc 100644 --- a/Usage.md +++ b/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