mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
minor fix
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user