mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 11:03:47 +03:00
Patch for an Issue #1077
This commit is contained in:
parent
41c2f889b2
commit
33508e3bae
|
@ -665,7 +665,7 @@ def _bruteProcessVariantB(user, hash_, kwargs, hash_regex, suffix, retVal, found
|
|||
|
||||
def dictionaryAttack(attack_dict):
|
||||
suffix_list = [""]
|
||||
custom_wordlist = []
|
||||
custom_wordlist = [""]
|
||||
hash_regexes = []
|
||||
results = []
|
||||
resumes = []
|
||||
|
|
Loading…
Reference in New Issue
Block a user