mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
removed pageTemplate from injection(s), it's not longer stored in session, and it's reloaded when resuming from session
This commit is contained in:
@@ -396,7 +396,6 @@ def checkSqlInjection(place, parameter, value):
|
||||
injection.data[stype].where = where
|
||||
injection.data[stype].vector = vector
|
||||
injection.data[stype].comment = comment
|
||||
injection.data[stype].pageTemplate = kb.pageTemplate
|
||||
|
||||
if hasattr(test, "details"):
|
||||
for detailKey, detailValue in test.details.items():
|
||||
|
||||
Reference in New Issue
Block a user