mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-28 20:43:49 +03:00
Minor patch for an Issue #201
This commit is contained in:
parent
048e720f69
commit
91ea8e52b7
|
@ -49,10 +49,6 @@ class Enumeration(GenericEnumeration):
|
||||||
|
|
||||||
return []
|
return []
|
||||||
|
|
||||||
def dumpAll(self):
|
|
||||||
errMsg = "on SQLite you must specify the table and columns to dump"
|
|
||||||
raise sqlmapUnsupportedFeatureException, errMsg
|
|
||||||
|
|
||||||
def searchDb(self):
|
def searchDb(self):
|
||||||
warnMsg = "on SQLite it is not possible to search databases"
|
warnMsg = "on SQLite it is not possible to search databases"
|
||||||
logger.warn(warnMsg)
|
logger.warn(warnMsg)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user