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 c410f16 commit 87676ebCopy full SHA for 87676eb
1 file changed
lib/core/option.py
@@ -1686,7 +1686,7 @@ def _cleanupOptions():
1686
conf.torType = conf.torType.upper()
1687
1688
if conf.outputDir:
1689
- paths.SQLMAP_OUTPUT_PATH = os.path.abspath(os.path.expanduser(conf.outputDir))
+ paths.SQLMAP_OUTPUT_PATH = os.path.realpath(os.path.expanduser(conf.outputDir))
1690
setPaths()
1691
1692
if conf.string:
0 commit comments