Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8580d6 commit 79a66efCopy full SHA for 79a66ef
1 file changed
lib/core/target.py
@@ -525,7 +525,7 @@ def _createTargetDirs():
525
526
paths.SQLMAP_OUTPUT_PATH = tempDir
527
528
- conf.outputPath = os.path.join(paths.SQLMAP_OUTPUT_PATH, getUnicode(conf.hostname))
+ conf.outputPath = os.path.join(getUnicode(paths.SQLMAP_OUTPUT_PATH), getUnicode(conf.hostname))
529
530
if not os.path.isdir(conf.outputPath):
531
try:
0 commit comments