mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
Patch for an Issue #1077
This commit is contained in:
parent
41c2f889b2
commit
33508e3bae
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue