diff --git a/lib/controller/checks.py b/lib/controller/checks.py index 3ad65157a..8a4eb39bd 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -338,7 +338,7 @@ def checkSqlInjection(place, parameter, value): injection.suffix = suffix # Feed with test details every time a test is successful - injection.data[stype] = (title, reqPayload, where, comment) + injection.data[stype] = (title, agent.removePayloadDelimiters(reqPayload, False), where, comment) if "details" in test: for detailKey, detailValue in test.details.items():