mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-26 11:33:47 +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
|
count += 1
|
||||||
|
|
||||||
if current in hashes:
|
if current in hashes:
|
||||||
continue
|
|
||||||
|
|
||||||
for item in list(attack_info):
|
for item in list(attack_info):
|
||||||
((user, hash_), _) = item
|
((user, hash_), _) = item
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user