mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
minor update
This commit is contained in:
@@ -425,7 +425,7 @@ def __bruteProcessVariantA(attack_info, hash_regex, wordlist, suffix, retVal, pr
|
||||
count += 1
|
||||
|
||||
if current in hashes:
|
||||
for item in list(attack_info):
|
||||
for item in attack_info[:]:
|
||||
((user, hash_), _) = item
|
||||
|
||||
if hash_ == current:
|
||||
|
||||
Reference in New Issue
Block a user