mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
Avoid storing to session file also payload delimiters
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user