Don't ignore the Wordlist option

bug/bundler_fix
James Lee 2013-10-15 15:31:03 -05:00
parent 676f12e50e
commit 96deda5499
1 changed files with 7 additions and 4 deletions

View File

@ -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')