mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-20 05:19:02 +00:00
added --hostname switch to retrieve DBMS server hostname - closes issue #69
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user