Adding switch --output-dir (Issue #53)

This commit is contained in:
Miroslav Stampar
2012-07-03 00:50:23 +02:00
parent 8eefe4b71f
commit 168aeadf76
6 changed files with 21 additions and 1 deletions

View File

@@ -1374,6 +1374,9 @@ def __cleanupOptions():
if conf.torType:
conf.torType = conf.torType.upper()
if conf.oDir:
paths.SQLMAP_OUTPUT_PATH = conf.oDir
threadData = getCurrentThreadData()
threadData.reset()