mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Patch for an Issue #1077
This commit is contained in:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user