mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-10 09:49:06 +00:00
Renaming conf.oDir to conf.outputDir
This commit is contained in:
@@ -1507,8 +1507,8 @@ def _cleanupOptions():
|
||||
if conf.torType:
|
||||
conf.torType = conf.torType.upper()
|
||||
|
||||
if conf.oDir:
|
||||
paths.SQLMAP_OUTPUT_PATH = conf.oDir
|
||||
if conf.outputDir:
|
||||
paths.SQLMAP_OUTPUT_PATH = conf.outputDir
|
||||
setPaths()
|
||||
|
||||
if conf.string:
|
||||
|
||||
@@ -191,7 +191,7 @@ optDict = {
|
||||
"forms": "boolean",
|
||||
"freshQueries": "boolean",
|
||||
"hexConvert": "boolean",
|
||||
"oDir": "string",
|
||||
"outputDir": "string",
|
||||
"parseErrors": "boolean",
|
||||
"pivotColumn": "string",
|
||||
"saveCmdline": "boolean",
|
||||
|
||||
Reference in New Issue
Block a user