mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-09 17:51:33 +00:00
proper implementation of --dbs on Oracle (we are using now schema names as a counterpart to dbs in other DBMSes)
This commit is contained in:
parent
f8a2cf0497
commit
5291fe35c9
3 changed files with 20 additions and 10 deletions
|
|
@ -166,12 +166,6 @@ class Enumeration(GenericEnumeration):
|
|||
|
||||
return ( kb.data.cachedUsersRoles, areAdmins )
|
||||
|
||||
def getDbs(self):
|
||||
warnMsg = "on Oracle it is not possible to enumerate databases"
|
||||
logger.warn(warnMsg)
|
||||
|
||||
return []
|
||||
|
||||
def searchDb(self):
|
||||
warnMsg = "on Oracle it is not possible to search databases"
|
||||
logger.warn(warnMsg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue