mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Minor update (phpass)
This commit is contained in:
parent
0094f02fb0
commit
ff48e1d820
3 changed files with 4654 additions and 204 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue