Updated Usage (markdown)

Miroslav Stampar 2013-07-29 08:53:13 -07:00
parent 7ec0aa9eb9
commit a6b30c5299

@ -931,7 +931,7 @@ Switch: `--hostname`
Switch: `--is-dba` Switch: `--is-dba`
It is possible to detect if the current database management system session user is a database administrator, also known as DBA. sqlmap will return `True` if it is, viceversa `False`. It is possible to detect if the current database management system session user is a database administrator, also known as DBA. sqlmap will return `True` if it is, vice versa `False`.
### List database management system users ### List database management system users
@ -1845,7 +1845,7 @@ Option: `--alert`
Option: `--answers` Option: `--answers`
In case that user wants to automatically set up answers for questions, even if `--batch` is used, using this option he can do it by providing any part of question together with answer after an equal sign. Also, answers for different question can be splitted with delimiter character `,`. In case that user wants to automatically set up answers for questions, even if `--batch` is used, using this option he can do it by providing any part of question together with answer after an equal sign. Also, answers for different question can be split with delimiter character `,`.
Example against a MySQL target: Example against a MySQL target: