Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Thu, 30 Jul 2009 21:11:21 +0400
From: Solar Designer <solar@...nwall.com>
To: john-users@...ts.openwall.com
Subject: Re: hah what format ?

On Thu, Jul 30, 2009 at 05:01:36PM +0200, websiteaccess wrote:
>  Can you confirm the cypher about this hash :
>  
>  $1$6ujiFow0$gjGySuCT6BCfPRmD2QtgS.
> 
>  is it freeBSD hash ?  MD5(Unix) ?

Yes, it's a FreeBSD-style MD5-based crypt(3) hash.

>  I use JTr 1.7.3.1-all-2-mpi8, do you know what is the right syntax to 
> crack it ?

It's pretty much the same for any hash type supported by JtR:

$ echo 'x:$1$6ujiFow0$gjGySuCT6BCfPRmD2QtgS.' > pw
$ john pw
Loaded 1 password hash (FreeBSD MD5 [32/32])
pierre           (x)
guesses: 1  time: 0:00:00:00 100% (2)  c/s: 2390  trying: pierre

You do not need to specify the --format option for this one because it
is unambiguous to JtR as it is.  In general, you do not need to specify
this option with most hash types; there are only a few exceptions (such
as LM vs. NTLM vs. raw MD5).

Alexander

-- 
To unsubscribe, e-mail john-users-unsubscribe@...ts.openwall.com and reply
to the automated confirmation request that will be sent to you.

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.