mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-11 10:19:03 +00:00
Minor fix for an Issue #230
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user