Browse Exploit & Auxiliary Modules
The Metasploit Project hosts the world's largest database of quality assured exploits, including hundreds of remote exploits, auxiliary modules, and payloads. You can even review the Metasploit Framework source code of any module - or write your own.
Search for modules
Unix Unshadow Utility
This module takes a passwd and shadow file and 'unshadows' them and saves them as linux.hashes loot.
Rank
- Normal
Authors
- TheLightCosine < thelightcosine [at] gmail.com >
Development
Similar Modules
- auxiliary/analyze/jtr_aix
- auxiliary/analyze/jtr_crack_fast
- auxiliary/analyze/jtr_linux
- auxiliary/analyze/jtr_mssql_fast
- auxiliary/analyze/jtr_mysql_fast
- auxiliary/analyze/jtr_oracle_fast
- auxiliary/analyze/postgres_md5_crack
Usage Information
$ msfconsole
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use auxiliary/analyze/jtr_unshadow
msf auxiliary(jtr_unshadow) > set IP [ADDRESS]
msf auxiliary(jtr_unshadow) > set passwd [PATH]
msf auxiliary(jtr_unshadow) > set shadow [PATH]
msf auxiliary(jtr_unshadow) > run
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use auxiliary/analyze/jtr_unshadow
msf auxiliary(jtr_unshadow) > set IP [ADDRESS]
msf auxiliary(jtr_unshadow) > set passwd [PATH]
msf auxiliary(jtr_unshadow) > set shadow [PATH]
msf auxiliary(jtr_unshadow) > run
Module Options
| IP | The IP address if the host the shadow file came from |
| JOHN_BASE | The directory containing John the Ripper (src, run, doc) |
| JOHN_PATH | The absolute path to the John the Ripper executable |
| passwd | The path to the passwd file |
| shadow | The path to the shadow file |
| VERBOSE | Enable detailed status messages |
| WORKSPACE | Specify the workspace for this module |
