mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 08:14:24 +03:00
fix for not properly clearing cookies when in multiple targets scanning mode spotted by Kasper Fons
This commit is contained in:
parent
4129cb22a7
commit
0a363d3f2b
|
@ -235,6 +235,8 @@ def initTargetEnv():
|
|||
kb.unionComment = ""
|
||||
kb.unionCount = None
|
||||
kb.unionPosition = None
|
||||
if conf.cj:
|
||||
conf.cj.clear()
|
||||
|
||||
def setupTargetEnv():
|
||||
__createTargetDirs()
|
||||
|
|
Loading…
Reference in New Issue
Block a user