Unix Unshadow Utility | Metasploit Exploit Database (DB)

Unix Unshadow Utility

This module takes a passwd and shadow file and 'unshadows' them and saves them as linux.hashes loot.

Search Other Modules


Rank

  • Normal

Authors

  • TheLightCosine < thelightcosine [at] gmail.com >

Development


Similar Modules


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


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