mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Renaming conf.oDir to conf.outputDir
This commit is contained in:
parent
7cc4159316
commit
053b0fd0e9
5 changed files with 11 additions and 11 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue