Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 64ad3b0

Browse files
committed
Minor bug fix
1 parent 17e0e83 commit 64ad3b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/target.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def __createDumpDir():
195195
Create the dump directory.
196196
"""
197197

198-
if not conf.dumpTable and not conf.dumpAll:
198+
if not conf.dumpTable and not conf.dumpAll and not conf.search:
199199
return
200200

201201
conf.dumpPath = paths.SQLMAP_DUMP_PATH % conf.hostname

0 commit comments

Comments
 (0)