mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +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:
parent
0dc630203f
commit
add6235b16
4 changed files with 21 additions and 2 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue