mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-16 19:40:37 +03:00
minor update
This commit is contained in:
parent
440264341c
commit
50969d238b
|
@ -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 []
|
||||||
|
|
Loading…
Reference in New Issue
Block a user