mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
minor update
This commit is contained in:
parent
b117c40aa5
commit
267d67b024
2 changed files with 6 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ import traceback
|
|||
|
||||
from thread import error as threadError
|
||||
|
||||
from lib.core.data import conf
|
||||
from lib.core.data import kb
|
||||
from lib.core.data import logger
|
||||
from lib.core.datatype import AttribDict
|
||||
|
|
@ -180,5 +181,7 @@ def runThreads(numThreads, threadFunction, cleanupFunction=None, forwardExceptio
|
|||
kb.threadContinue = True
|
||||
kb.threadException = False
|
||||
|
||||
conf.hashDB.flush()
|
||||
|
||||
if cleanupFunction:
|
||||
cleanupFunction()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue