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