mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-26 03:23:48 +03:00
Minor bug fix
This commit is contained in:
parent
17e0e83990
commit
64ad3b03be
|
@ -195,7 +195,7 @@ def __createDumpDir():
|
||||||
Create the dump directory.
|
Create the dump directory.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
if not conf.dumpTable and not conf.dumpAll:
|
if not conf.dumpTable and not conf.dumpAll and not conf.search:
|
||||||
return
|
return
|
||||||
|
|
||||||
conf.dumpPath = paths.SQLMAP_DUMP_PATH % conf.hostname
|
conf.dumpPath = paths.SQLMAP_DUMP_PATH % conf.hostname
|
||||||
|
|
Loading…
Reference in New Issue
Block a user