mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
minor update
This commit is contained in:
parent
440264341c
commit
50969d238b
|
@ -33,13 +33,13 @@ class Enumeration(GenericEnumeration):
|
|||
return []
|
||||
|
||||
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)
|
||||
|
||||
return []
|
||||
|
||||
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)
|
||||
|
||||
return []
|
||||
|
|
Loading…
Reference in New Issue
Block a user