mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-28 20:16:28 +00:00
Added support for --roles (for Oracle ROLE_PRIVS). Enhanced Oracle --privileges to fall-back to USER_SYS_PRIVS if DBA_SYS_PRIVS is not accessible (so session user is not DBA) - Fixes ticket #180.
Minor enhancement to Firebird to determine if a DB user is a DBA. Minor code refactoring.
This commit is contained in:
parent
f4f68218bc
commit
2aadc5c939
8 changed files with 233 additions and 35 deletions
|
|
@ -248,6 +248,10 @@ getPasswordHashes = False
|
|||
# Valid: True or False
|
||||
getPrivileges = False
|
||||
|
||||
# Enumerate back-end database management system users roles.
|
||||
# Valid: True or False
|
||||
getRoles = False
|
||||
|
||||
# Enumerate back-end database management system databases.
|
||||
# Valid: True or False
|
||||
getDbs = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue