mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-29 12:41:58 +00:00
added --hostname switch to retrieve DBMS server hostname - closes issue #69
This commit is contained in:
parent
4e64c1126d
commit
53c0336b48
7 changed files with 39 additions and 2 deletions
|
|
@ -327,6 +327,10 @@ getCurrentUser = False
|
|||
# Valid: True or False
|
||||
getCurrentDb = False
|
||||
|
||||
# Retrieve back-end database management system server hostname.
|
||||
# Valid: True or False
|
||||
getHostname = False
|
||||
|
||||
# Detect if the DBMS current user is DBA.
|
||||
# Valid: True or False
|
||||
isDba = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue