This commit is contained in:
Miroslav Stampar
2019-10-14 09:54:00 +02:00
parent 1fa81fedf3
commit 4b5927b734
4 changed files with 4 additions and 4 deletions

View File

@@ -1000,7 +1000,7 @@ def dictionaryAttack(attack_dict):
resumes.append((user, hash_, resumed))
keys.add(hash_)
except (binascii.Error, IndexError):
except (binascii.Error, TypeError, IndexError):
pass
if not attack_info: