mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-08 13:41:29 +00:00
adding items from John the Ripper's word list to the dictionary for Oracle cracking
This commit is contained in:
@@ -546,7 +546,7 @@ def dictionaryAttack(attack_dict):
|
||||
else:
|
||||
# It is the slowest of all methods hence smaller default dict
|
||||
if hash_regex == HASH.ORACLE_OLD:
|
||||
dictPaths = [paths.ORACLE_DEFAULT_PASSWD]
|
||||
dictPaths = [paths.SMALL_DICT]
|
||||
else:
|
||||
dictPaths = [paths.WORDLIST]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user