mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-09 08:00:36 +03:00
optimizing a bit pyDes module used in Oracle hash cracking
This commit is contained in:
parent
08071f42d0
commit
068ff92dc4
|
@ -1,8 +1,5 @@
|
||||||
#!/usr/bin/env python
|
#!/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>
|
#Copyright (c) 2010, Chris Hall <chris.hall@mod10.net>
|
||||||
#All rights reserved.
|
#All rights reserved.
|
||||||
|
|
||||||
|
|
1430
extra/pydes/pyDes.py
1430
extra/pydes/pyDes.py
File diff suppressed because it is too large
Load Diff
|
@ -188,7 +188,7 @@ def runThreads(numThreads, threadFunction, cleanupFunction=None, forwardExceptio
|
||||||
kb.threadContinue = True
|
kb.threadContinue = True
|
||||||
kb.threadException = False
|
kb.threadException = False
|
||||||
|
|
||||||
if conf.get('hashDB', None):
|
if conf.get("hashDB", None):
|
||||||
conf.hashDB.flush(True)
|
conf.hashDB.flush(True)
|
||||||
|
|
||||||
if cleanupFunction:
|
if cleanupFunction:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user