mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user