mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
minor cosmetics
This commit is contained in:
@@ -151,7 +151,7 @@ def __goInferenceProxy(expression, fromUser=False, expected=None, batch=False, u
|
|||||||
expressionFieldsList = [expressionFields]
|
expressionFieldsList = [expressionFields]
|
||||||
|
|
||||||
if len(expressionFieldsList) > 1:
|
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 += "sqlmap will now unpack it into distinct queries "
|
||||||
infoMsg += "to be able to retrieve the output even if we "
|
infoMsg += "to be able to retrieve the output even if we "
|
||||||
infoMsg += "are going blind"
|
infoMsg += "are going blind"
|
||||||
|
|||||||
Reference in New Issue
Block a user