Skip to content

Commit 413b5e7

Browse files
committed
fixed error message
1 parent e555c2b commit 413b5e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: plugins/dbms/sqlite/enumeration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def searchDb(self):
5656
return []
5757

5858
def searchColumn(self):
59-
errMsg = "on SQLite you must specify the table and columns to dump"
59+
errMsg = "on SQLite it is not possible to search columns"
6060
raise SqlmapUnsupportedFeatureException(errMsg)
6161

6262
def getHostname(self):

0 commit comments

Comments
 (0)