mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Fixes #2651
This commit is contained in:
parent
b6b51bea9d
commit
1ac0704c09
3 changed files with 5 additions and 7 deletions
|
|
@ -226,12 +226,10 @@ class Enumeration(GenericEnumeration):
|
|||
|
||||
return {}
|
||||
|
||||
def searchDb(self):
|
||||
warnMsg = "on SAP MaxDB it is not possible to search databases"
|
||||
def search(self):
|
||||
warnMsg = "on SAP MaxDB search option is not available"
|
||||
logger.warn(warnMsg)
|
||||
|
||||
return []
|
||||
|
||||
def getHostname(self):
|
||||
warnMsg = "on SAP MaxDB it is not possible to enumerate the hostname"
|
||||
logger.warn(warnMsg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue