mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Minor update
This commit is contained in:
parent
c8d06d1099
commit
08eeb0fd88
2 changed files with 4 additions and 1 deletions
|
|
@ -432,6 +432,9 @@ def _setHashDB():
|
|||
|
||||
if os.path.exists(conf.hashDBFile):
|
||||
if conf.flushSession:
|
||||
if conf.hashDB:
|
||||
conf.hashDB.close()
|
||||
|
||||
try:
|
||||
os.remove(conf.hashDBFile)
|
||||
logger.info("flushing session file")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue