mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
optimizing a bit pyDes module used in Oracle hash cracking
This commit is contained in:
parent
08071f42d0
commit
068ff92dc4
3 changed files with 719 additions and 716 deletions
|
|
@ -188,7 +188,7 @@ def runThreads(numThreads, threadFunction, cleanupFunction=None, forwardExceptio
|
|||
kb.threadContinue = True
|
||||
kb.threadException = False
|
||||
|
||||
if conf.get('hashDB', None):
|
||||
if conf.get("hashDB", None):
|
||||
conf.hashDB.flush(True)
|
||||
|
||||
if cleanupFunction:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue