From 79a66ef22ce581b632ebf80a1e863500c4c096cd Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Sun, 6 Jul 2014 09:09:31 +0200 Subject: [PATCH] Minor patch --- lib/core/target.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/target.py b/lib/core/target.py index 25b5adb97..6ed69acba 100644 --- a/lib/core/target.py +++ b/lib/core/target.py @@ -525,7 +525,7 @@ def _createTargetDirs(): paths.SQLMAP_OUTPUT_PATH = tempDir - 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)) if not os.path.isdir(conf.outputPath): try: