mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Fixes #3967
This commit is contained in:
parent
1fa81fedf3
commit
4b5927b734
4 changed files with 4 additions and 4 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue