mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-07-05 20:33:10 +03:00
minor fix
This commit is contained in:
parent
8d668b1833
commit
d467b40ff6
|
@ -355,7 +355,7 @@ def __bruteProcessVariantA(attack_info, hash_regex, wordlist, suffix, retVal, pr
|
||||||
try:
|
try:
|
||||||
current = __functions__[hash_regex](password = word, uppercase = False)
|
current = __functions__[hash_regex](password = word, uppercase = False)
|
||||||
|
|
||||||
for item in attack_info:
|
for item in list(attack_info):
|
||||||
((user, hash_), _) = item
|
((user, hash_), _) = item
|
||||||
|
|
||||||
count += 1
|
count += 1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user