mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
Fixes #3967
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user