Avoid storing to session file also payload delimiters

This commit is contained in:
Bernardo Damele 2010-12-01 10:55:59 +00:00
parent 2708aad504
commit 56d2b2f322

View File

@ -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():