optimizing a bit pyDes module used in Oracle hash cracking

This commit is contained in:
Miroslav Stampar
2011-12-26 15:33:49 +00:00
parent 08071f42d0
commit 068ff92dc4
3 changed files with 719 additions and 716 deletions

View File

@@ -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: