mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-17 03:50:42 +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
|
injection.suffix = suffix
|
||||||
|
|
||||||
# Feed with test details every time a test is successful
|
# 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:
|
if "details" in test:
|
||||||
for detailKey, detailValue in test.details.items():
|
for detailKey, detailValue in test.details.items():
|
||||||
|
|
Loading…
Reference in New Issue
Block a user