mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
minor fix
This commit is contained in:
parent
0e96af65e6
commit
2f355db230
|
@ -366,8 +366,6 @@ def __bruteProcessVariantA(attack_info, hash_regex, wordlist, suffix, retVal, pr
|
|||
count += 1
|
||||
|
||||
if current in hashes:
|
||||
continue
|
||||
|
||||
for item in list(attack_info):
|
||||
((user, hash_), _) = item
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user