View Issue Details

IDProjectCategoryView StatusLast Update
0000160Kali LinuxKali Package Bugpublic2013-03-23 22:56
Reportermezzendo Assigned Tobrandont  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Platformx86OSKaliOS Version1.0
Summary0000160: MSF's John the Ripper missing correct libraries to run
Description

The version of John the Ripper included with Metasploit and used by the modules like "auxiliary/analyze/jtr_crack_fast" is missing correct libraries to run. The john package included with Kali works fine, but not the MSF packaged version. Error output is below in the Additional Information section.

Steps To Reproduce

You need some hashes in your msf database to recreate. The ones I had were from a domain controller dumped via smarthashdump

Load msfconsole
use auxiliary/analyze/jtr_crack_fast
run

Additional Information

msf auxiliary(jtr_crack_fast) > show options

Module options (auxiliary/analyze/jtr_crack_fast):

Name Current Setting Required Description


JOHN_BASE no The directory containing John the Ripper (src, run, doc)
JOHN_PATH no The absolute path to the John the Ripper executable
Munge false no Munge the Wordlist (Slower)
Wordlist no The path to an optional Wordlist

msf auxiliary(jtr_crack_fast) > run

[] Seeded the password database with 153 words...
/opt/metasploit/apps/pro/msf3/data/john/run.linux.x86.sse2/john: error while loading shared libraries: libcrypto.so.0.9.8: cannot open shared object file: No such file or directory
/opt/metasploit/apps/pro/msf3/data/john/run.linux.x86.sse2/john: error while loading shared libraries: libcrypto.so.0.9.8: cannot open shared object file: No such file or directory
/opt/metasploit/apps/pro/msf3/data/john/run.linux.x86.sse2/john: error while loading shared libraries: libcrypto.so.0.9.8: cannot open shared object file: No such file or directory
/opt/metasploit/apps/pro/msf3/data/john/run.linux.x86.sse2/john: error while loading shared libraries: libcrypto.so.0.9.8: cannot open shared object file: No such file or directory
/opt/metasploit/apps/pro/msf3/data/john/run.linux.x86.sse2/john: error while loading shared libraries: libcrypto.so.0.9.8: cannot open shared object file: No such file or directory
/opt/metasploit/apps/pro/msf3/data/john/run.linux.x86.sse2/john: error while loading shared libraries: libcrypto.so.0.9.8: cannot open shared object file: No such file or directory
/opt/metasploit/apps/pro/msf3/data/john/run.linux.x86.sse2/john: error while loading shared libraries: libcrypto.so.0.9.8: cannot open shared object file: No such file or directory
/opt/metasploit/apps/pro/msf3/data/john/run.linux.x86.sse2/john: error while loading shared libraries: libcrypto.so.0.9.8: cannot open shared object file: No such file or directory
[
] Auxiliary module execution completed
msf auxiliary(jtr_crack_fast) >

Activities

dookie

dookie

2013-03-22 14:50

reporter   ~0000180

Metasploit is packaged by Rapid 7. Submit bug reports to their bug tracker:

http://www.metasploit.com/development/report-a-bug/

brandont

brandont

2013-03-23 22:56

reporter   ~0000203

Fixed in metasploit-framework_4.5.3-2013032001-1kali3.

http://git.kali.org/gitweb/?p=packages/metasploit-framework.git;a=commit;h=da9264a8bec01ac17e9d0ab4ae112441aea2706a

Issue History

Date Modified Username Field Change
2013-03-22 11:36 mezzendo New Issue
2013-03-22 14:50 dookie Note Added: 0000180
2013-03-22 14:50 dookie Status new => closed
2013-03-22 14:50 dookie Assigned To => dookie
2013-03-22 14:50 dookie Resolution open => won't fix
2013-03-23 21:08 dookie Assigned To dookie => brandont
2013-03-23 21:08 dookie Status closed => assigned
2013-03-23 22:56 brandont Note Added: 0000203
2013-03-23 22:56 brandont Status assigned => resolved
2013-03-23 22:56 brandont Resolution won't fix => fixed