mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
major of majors bug fix
This commit is contained in:
@@ -102,7 +102,8 @@ def __errorFields(expression, expressionFields, expressionFieldsList, expected=N
|
|||||||
|
|
||||||
if output:
|
if output:
|
||||||
output = output.replace(kb.misc.space, " ")
|
output = output.replace(kb.misc.space, " ")
|
||||||
outputs.append(output)
|
|
||||||
|
outputs.append(output)
|
||||||
|
|
||||||
return outputs
|
return outputs
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user