mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 13:14:13 +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.unionComment = ""
|
||||||
kb.unionCount = None
|
kb.unionCount = None
|
||||||
kb.unionPosition = None
|
kb.unionPosition = None
|
||||||
|
if conf.cj:
|
||||||
|
conf.cj.clear()
|
||||||
|
|
||||||
def setupTargetEnv():
|
def setupTargetEnv():
|
||||||
__createTargetDirs()
|
__createTargetDirs()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user