From 56d2b2f322d133a4a0569fa4f0e8bf4e0684df63 Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Wed, 1 Dec 2010 10:55:59 +0000 Subject: [PATCH] Avoid storing to session file also payload delimiters --- lib/controller/checks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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():