mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Patch for an Issue #237
This commit is contained in:
parent
e7e83defaa
commit
181c3534f0
6 changed files with 20 additions and 7 deletions
|
|
@ -1408,6 +1408,9 @@ def __cleanupOptions():
|
|||
for _ in DUMP_REPLACEMENTS.keys():
|
||||
del DUMP_REPLACEMENTS[_]
|
||||
|
||||
if conf.sessionFile:
|
||||
conf.hashDBFile = conf.sessionFile
|
||||
|
||||
threadData = getCurrentThreadData()
|
||||
threadData.reset()
|
||||
|
||||
|
|
@ -1450,7 +1453,6 @@ def __setConfAttributes():
|
|||
conf.resultsFilename = None
|
||||
conf.resultsFP = None
|
||||
conf.scheme = None
|
||||
conf.sessionFP = None
|
||||
conf.start = True
|
||||
conf.tests = []
|
||||
conf.trafficFP = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue