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 9b32e69 commit 56965e3Copy full SHA for 56965e3
1 file changed
lib/utils/hash.py
@@ -840,7 +840,7 @@ def dictionaryAttack(attack_dict):
840
try:
841
process.terminate()
842
process.join()
843
- except OSError:
+ except (OSError, AttributeError):
844
pass
845
846
finally:
@@ -934,7 +934,7 @@ class Value():
934
935
936
937
938
939
940
0 commit comments