John the Ripper Password Cracker (Fast Mode)
This module uses John the Ripper to identify weak passwords that have been acquired as hashed files (loot) or raw LANMAN/NTLM hashes (hashdump). The goal of this module is to find trivial passwords in a short amount of time. To crack complex passwords or use large wordlists, John the Ripper should be used outside of Metasploit. This initial version just handles LM/NTLM credentials from hashdump and uses the standard wordlist and rules.
Rank
- Normal
Authors
- hdm < hdm [at] metasploit.com >
Development
Similar Modules
- auxiliary/analyze/jtr_aix
- auxiliary/analyze/jtr_linux
- auxiliary/analyze/jtr_mssql_fast
- auxiliary/analyze/jtr_mysql_fast
- auxiliary/analyze/jtr_oracle_fast
- auxiliary/analyze/jtr_unshadow
- auxiliary/analyze/postgres_md5_crack
Usage Information
$ msfconsole
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use auxiliary/analyze/jtr_crack_fast
msf auxiliary(jtr_crack_fast) > run
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use auxiliary/analyze/jtr_crack_fast
msf auxiliary(jtr_crack_fast) > run
Module Options
| JOHN_BASE | The directory containing John the Ripper (src, run, doc) |
| JOHN_PATH | The absolute path to the John the Ripper executable |
| VERBOSE | Enable detailed status messages |
| WORKSPACE | Specify the workspace for this module |
