mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Consistency between --*-test switches/output
This commit is contained in:
parent
dac7436edf
commit
45ec8c169a
7 changed files with 38 additions and 15 deletions
|
|
@ -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, "")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue