mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-09 17:51:33 +00:00
Patch for an Issue #242
This commit is contained in:
parent
a52dbc575b
commit
6f7f9dd8eb
2 changed files with 1 additions and 4 deletions
|
|
@ -252,7 +252,7 @@ def __setHashDB():
|
|||
"""
|
||||
|
||||
if not conf.hashDBFile:
|
||||
conf.hashDBFile = "%s%ssession.sqlite" % (conf.outputPath, os.sep)
|
||||
conf.hashDBFile = conf.sessionFile or "%s%ssession.sqlite" % (conf.outputPath, os.sep)
|
||||
|
||||
if os.path.exists(conf.hashDBFile):
|
||||
if conf.flushSession:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue