Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 753dcb3 commit fcac3d4Copy full SHA for fcac3d4
1 file changed
lib/utils/hash.py
@@ -714,10 +714,12 @@ def dictionaryAttack(attack_dict):
714
finally:
715
if retVal:
716
conf.hashDB.beginTransaction()
717
+
718
while not retVal.empty():
719
_, hash_, word = item = retVal.get(block=False)
720
conf.hashDB.write(hash_, word)
721
results.append(item)
722
723
conf.hashDB.endTransaction()
724
725
clearConsoleLine()
@@ -795,10 +797,12 @@ class Value():
795
797
796
798
799
800
801
802
803
804
805
806
807
808
0 commit comments