Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 56d2b2f

Browse files
committed
Avoid storing to session file also payload delimiters
1 parent 2708aad commit 56d2b2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/controller/checks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ def checkSqlInjection(place, parameter, value):
338338
injection.suffix = suffix
339339

340340
# Feed with test details every time a test is successful
341-
injection.data[stype] = (title, reqPayload, where, comment)
341+
injection.data[stype] = (title, agent.removePayloadDelimiters(reqPayload, False), where, comment)
342342

343343
if "details" in test:
344344
for detailKey, detailValue in test.details.items():

0 commit comments

Comments
 (0)