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

@ -1,8 +1,5 @@
#!/usr/bin/env python
#Copyright (c) 2010, Miroslav Stampar <miroslav.stampar@gmail.com>
#Added formatXML method
#Copyright (c) 2010, Chris Hall <chris.hall@mod10.net>
#All rights reserved.

File diff suppressed because it is too large Load Diff

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: