mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
minor fix
This commit is contained in:
@@ -355,7 +355,7 @@ def __bruteProcessVariantA(attack_info, hash_regex, wordlist, suffix, retVal, pr
|
||||
try:
|
||||
current = __functions__[hash_regex](password = word, uppercase = False)
|
||||
|
||||
for item in attack_info:
|
||||
for item in list(attack_info):
|
||||
((user, hash_), _) = item
|
||||
|
||||
count += 1
|
||||
|
||||
Reference in New Issue
Block a user