Skip to content

Commit 413b5e7

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/dbms/sqlite/enumeration.py

Lines changed: 1 addition & 1 deletion
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)