mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Minor code restyling
This commit is contained in:
parent
e29e8f82f9
commit
2d55ec19a3
3 changed files with 8 additions and 11 deletions
|
|
@ -222,9 +222,13 @@ def initTargetEnv():
|
|||
"""
|
||||
|
||||
if conf.multipleTargets:
|
||||
if conf.cj:
|
||||
conf.cj.clear()
|
||||
|
||||
conf.paramDict = {}
|
||||
conf.parameters = {}
|
||||
conf.sessionFile = None
|
||||
|
||||
kb.dbms = None
|
||||
kb.dbmsDetected = False
|
||||
kb.dbmsVersion = None
|
||||
|
|
@ -235,8 +239,6 @@ def initTargetEnv():
|
|||
kb.unionComment = ""
|
||||
kb.unionCount = None
|
||||
kb.unionPosition = None
|
||||
if conf.cj:
|
||||
conf.cj.clear()
|
||||
|
||||
def setupTargetEnv():
|
||||
__createTargetDirs()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue