mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-09-01 00:40:02 +00:00
compatibility with partial union and error technique resumed data
This commit is contained in:
parent
58a4a02b7e
commit
f622995a29
5 changed files with 11 additions and 4 deletions
|
|
@ -2505,7 +2505,6 @@ def initTechnique(technique=None):
|
|||
if data:
|
||||
kb.pageTemplate, kb.errorIsNone = getPageTemplate(data.templatePayload, kb.injection.place)
|
||||
kb.matchRatio = data.matchRatio
|
||||
kb.chars = data.chars
|
||||
|
||||
# Restoring stored conf options
|
||||
for key, value in kb.injection.conf.items():
|
||||
|
|
|
|||
|
|
@ -210,6 +210,7 @@ def __resumeHashDBValues():
|
|||
"""
|
||||
|
||||
kb.absFilePaths = unserializeObject(conf.hashDB.retrieve("kb.absFilePaths")) or kb.absFilePaths
|
||||
kb.chars = unserializeObject(conf.hashDB.retrieve("kb.chars")) or kb.chars
|
||||
|
||||
def __setOutputResume():
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue