mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 19:13:48 +03:00
minor cosmetics
This commit is contained in:
parent
83387d92bb
commit
b1dd03731a
|
@ -151,7 +151,7 @@ def __goInferenceProxy(expression, fromUser=False, expected=None, batch=False, u
|
|||
expressionFieldsList = [expressionFields]
|
||||
|
||||
if len(expressionFieldsList) > 1:
|
||||
infoMsg = "the SQL query provided has more than a field. "
|
||||
infoMsg = "the SQL query provided has more than one field. "
|
||||
infoMsg += "sqlmap will now unpack it into distinct queries "
|
||||
infoMsg += "to be able to retrieve the output even if we "
|
||||
infoMsg += "are going blind"
|
||||
|
|
Loading…
Reference in New Issue
Block a user