mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 21:21:33 +00:00
minor update
This commit is contained in:
@@ -33,13 +33,13 @@ class Enumeration(GenericEnumeration):
|
|||||||
return []
|
return []
|
||||||
|
|
||||||
def searchTable(self):
|
def searchTable(self):
|
||||||
warnMsg = "on Firebird it is not possible to search tables"
|
warnMsg = "on Firebird searching of tables is not implemented"
|
||||||
logger.warn(warnMsg)
|
logger.warn(warnMsg)
|
||||||
|
|
||||||
return []
|
return []
|
||||||
|
|
||||||
def searchColumn(self):
|
def searchColumn(self):
|
||||||
warnMsg = "on Firebird it is not possible to search columns"
|
warnMsg = "on Firebird searching of columns is not implemented"
|
||||||
logger.warn(warnMsg)
|
logger.warn(warnMsg)
|
||||||
|
|
||||||
return []
|
return []
|
||||||
|
|||||||
Reference in New Issue
Block a user