We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e555c2b commit 413b5e7Copy full SHA for 413b5e7
1 file changed
plugins/dbms/sqlite/enumeration.py
@@ -56,7 +56,7 @@ def searchDb(self):
56
return []
57
58
def searchColumn(self):
59
- errMsg = "on SQLite you must specify the table and columns to dump"
+ errMsg = "on SQLite it is not possible to search columns"
60
raise SqlmapUnsupportedFeatureException(errMsg)
61
62
def getHostname(self):
0 commit comments