mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
minor cosmetic update
This commit is contained in:
@@ -194,7 +194,7 @@ def __createDumpDir():
|
||||
if not os.path.isdir(conf.dumpPath):
|
||||
os.makedirs(conf.dumpPath, 0755)
|
||||
|
||||
def createTargetDirs():
|
||||
def __createTargetDirs():
|
||||
"""
|
||||
Create the output directory.
|
||||
"""
|
||||
@@ -232,5 +232,6 @@ def initTargetEnv():
|
||||
kb.unionPosition = None
|
||||
|
||||
def setupTargetEnv():
|
||||
__createTargetDirs()
|
||||
__setRequestParams()
|
||||
__setOutputResume()
|
||||
|
||||
Reference in New Issue
Block a user