Rapid7 Vulnerability & Exploit Database

John the Ripper MySQL Password Cracker (Fast Mode)

Back to Search

John the Ripper MySQL Password Cracker (Fast Mode)

Created
05/30/2018

Description

This module uses John the Ripper to identify weak passwords that have been acquired from the mysql_hashdump module. Passwords that have been successfully cracked are then saved as proper credentials.

Author(s)

  • theLightCosine <theLightCosine@metasploit.com>
  • hdm <x@hdm.io>

Development

Module Options

To display the available options, load the module within the Metasploit console and run the commands 'show options' or 'show advanced':

msf > use auxiliary/analyze/jtr_mysql_fast
msf auxiliary(jtr_mysql_fast) > show actions
    ...actions...
msf auxiliary(jtr_mysql_fast) > set ACTION < action-name >
msf auxiliary(jtr_mysql_fast) > show options
    ...show and set options...
msf auxiliary(jtr_mysql_fast) > run 

Time is precious, so I don’t want to do something manually that I can automate. Leveraging the Metasploit Framework when automating any task keeps us from having to re-create the wheel as we can use the existing libraries and focus our efforts where it matters.

– Jim O’Gorman | President, Offensive Security

;