Don't ignore the Wordlist option
parent
676f12e50e
commit
96deda5499
|
@ -71,6 +71,9 @@ class Metasploit3 < Msf::Auxiliary
|
|||
cracked_lm = {}
|
||||
added = []
|
||||
|
||||
john_crack(hashlist.path, :wordlist => datastore['Wordlist'], :format => 'lm')
|
||||
john_crack(hashlist.path, :wordlist => datastore['Wordlist'], :format => 'nt')
|
||||
|
||||
# Crack this in LANMAN format using wordlist mode with tweaked rules
|
||||
john_crack(hashlist.path, :wordlist => wordlist.path, :rules => 'single', :format => 'lm')
|
||||
|
||||
|
|
Loading…
Reference in New Issue