mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
minor fix (break if all found)
This commit is contained in:
@@ -357,7 +357,13 @@ def dictionaryAttack(attack_dict):
|
||||
count = 0
|
||||
|
||||
for suffix in suffix_list:
|
||||
if not attack_info:
|
||||
break
|
||||
|
||||
for word in kb.wordlist:
|
||||
if not attack_info:
|
||||
break
|
||||
|
||||
count += 1
|
||||
|
||||
if suffix:
|
||||
|
||||
Reference in New Issue
Block a user