mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
minor fix
This commit is contained in:
parent
0e96af65e6
commit
2f355db230
1 changed files with 0 additions and 2 deletions
|
|
@ -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 a new issue