mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Fix for an Issue #201
This commit is contained in:
@@ -45,3 +45,7 @@ class Enumeration(GenericEnumeration):
|
||||
def search(self):
|
||||
warnMsg = "on Firebird search option is not available"
|
||||
logger.warn(warnMsg)
|
||||
|
||||
def getHostname(self):
|
||||
warnMsg = "on Firebird it is not possible to enumerate the hostname"
|
||||
logger.warn(warnMsg)
|
||||
|
||||
Reference in New Issue
Block a user