Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0a363d3

Browse files
committed
fix for not properly clearing cookies when in multiple targets scanning mode spotted by Kasper Fons
1 parent 4129cb2 commit 0a363d3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/core/target.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,8 @@ def initTargetEnv():
235235
kb.unionComment = ""
236236
kb.unionCount = None
237237
kb.unionPosition = None
238+
if conf.cj:
239+
conf.cj.clear()
238240

239241
def setupTargetEnv():
240242
__createTargetDirs()

0 commit comments

Comments
 (0)