mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-22 22:53:01 +03:00
Updated Usage (markdown)
parent
7ec0aa9eb9
commit
a6b30c5299
4
Usage.md
4
Usage.md
|
@ -931,7 +931,7 @@ Switch: `--hostname`
|
|||
|
||||
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
|
||||
|
||||
|
@ -1845,7 +1845,7 @@ Option: `--alert`
|
|||
|
||||
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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user