Minor update (phpass)

This commit is contained in:
Miroslav Stampar
2020-07-01 13:04:44 +02:00
parent 0094f02fb0
commit ff48e1d820
3 changed files with 4654 additions and 204 deletions

View File

@@ -1037,7 +1037,7 @@ def dictionaryAttack(attack_dict):
while not kb.wordlists:
# the slowest of all methods hence smaller default dict
if hash_regex in (HASH.ORACLE_OLD,):
if hash_regex in (HASH.ORACLE_OLD, HASH.PHPASS):
dictPaths = [paths.SMALL_DICT]
else:
dictPaths = [paths.WORDLIST]