mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00: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
|
count += 1
|
||||||
|
|
||||||
if current in hashes:
|
if current in hashes:
|
||||||
continue
|
|
||||||
|
|
||||||
for item in list(attack_info):
|
for item in list(attack_info):
|
||||||
((user, hash_), _) = item
|
((user, hash_), _) = item
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue