|
Message-ID: <20040328124623.GA6872@openwall.com> Date: Sun, 28 Mar 2004 16:46:23 +0400 From: Solar Designer <solar@...nwall.com> To: owl-users@...ts.openwall.com Subject: Re: John the Ripper On Sat, Mar 27, 2004 at 02:42:40PM +0100, andreas(at)pikeshop.com wrote: > i hope i right here for a john question, Actually, discussions of John the Ripper are only appropriate here if they pertain to usage of John on Owl. But since you've already posted the question... > i try to recover 1 md5 pasword. > $ cat md5.txt > user_39:2eed9bd8835cd1367248abab12950368 > > $ ./run/john -format:MD5 md5.txt > Loaded 0 passwords, exiting... You're barking up the wrong tree. The hash you have looks like it might be a raw MD5 hash represented in hex. John does not support raw MD5 hashes, it only supports a higher-level algorithm (originally developed for FreeBSD, but now also used by other Unix-like systems and Cisco IOS) that uses MD5 as an underlying cryptographic primitive. You may want to try out MDcrack instead, see http://mdcrack.df.ru -- Alexander Peslyak <solar@...nwall.com> GPG key ID: B35D3598 fp: 6429 0D7E F130 C13E C929 6447 73C3 A290 B35D 3598 http://www.openwall.com - bringing security into open computing environments
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.