mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
Fix for "bug: -g uses wrong session file"
This commit is contained in:
parent
8af7d6c58b
commit
417f7fae00
|
@ -220,6 +220,7 @@ def initTargetEnv():
|
|||
if conf.multipleTargets:
|
||||
conf.paramDict = {}
|
||||
conf.parameters = {}
|
||||
conf.sessionFile = None
|
||||
kb.dbms = None
|
||||
kb.dbmsDetected = False
|
||||
kb.dbmsVersion = None
|
||||
|
|
Loading…
Reference in New Issue
Block a user