mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-09 08:00:36 +03:00
Minor fix for an Issue #230
This commit is contained in:
parent
5b61e9ce12
commit
0664e72bea
|
@ -672,7 +672,7 @@ def dictionaryAttack(attack_dict):
|
||||||
|
|
||||||
if hash_regex in (HASH.MYSQL, HASH.MYSQL_OLD, HASH.MD5_GENERIC, HASH.SHA1_GENERIC):
|
if hash_regex in (HASH.MYSQL, HASH.MYSQL_OLD, HASH.MD5_GENERIC, HASH.SHA1_GENERIC):
|
||||||
for suffix in suffix_list:
|
for suffix in suffix_list:
|
||||||
if len(attack_info) <= len(results) or processException:
|
if not attack_info or processException:
|
||||||
break
|
break
|
||||||
|
|
||||||
if suffix:
|
if suffix:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user