Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b1dd037

Browse files
committed
minor cosmetics
1 parent 83387d9 commit b1dd037

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/request/inject.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def __goInferenceProxy(expression, fromUser=False, expected=None, batch=False, u
151151
expressionFieldsList = [expressionFields]
152152

153153
if len(expressionFieldsList) > 1:
154-
infoMsg = "the SQL query provided has more than a field. "
154+
infoMsg = "the SQL query provided has more than one field. "
155155
infoMsg += "sqlmap will now unpack it into distinct queries "
156156
infoMsg += "to be able to retrieve the output even if we "
157157
infoMsg += "are going blind"

0 commit comments

Comments
 (0)