mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-24 07:09:02 +00:00
Consistency between --*-test switches/output
This commit is contained in:
@@ -73,6 +73,7 @@ def errorUse(expression, returnPayload=False):
|
||||
|
||||
if match:
|
||||
output = match.group('result')
|
||||
|
||||
if output:
|
||||
output = output.replace(ERROR_SPACE, " ").replace(ERROR_EMPTY_CHAR, "")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user