mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
Avoid storing to session file also payload delimiters
This commit is contained in:
parent
2708aad504
commit
56d2b2f322
|
@ -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():
|
||||
|
|
Loading…
Reference in New Issue
Block a user