Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Tue, 20 Mar 2012 11:16:46 +0100
From: Raphaël Rigo <ml-john-dev@...call.eu>
To: john-dev@...ts.openwall.com
Subject: raw-MD5 bug (john.pot loading) in latest git

Hello,
there's a bug with raw-MD5 and john.pot in latest git :

$ cat coin
test:098f6bcd4621d373cade4e832627b4f6

$ cat testpot
098f6bcd4621d373cade4e832627b4f6:test

$ ./john --pot=/tmp/testpot --format=raw-md5 /tmp/coin
Loaded 1 password hash (Raw MD5 [SSE2i 12x])
No password hashes left to crack (see FAQ)

$ ./john --pot=/tmp/testpot --format=raw-md5 --show /tmp/coin
0 password hashes cracked, 1 left

if testpot is empty, john fills it with :
$dynamic_0$098f6bcd4621d373cade4e832627b4f6:test

so it seems there's bug with pot loading. it is also buggy with
"generic" target.

Regards,
Raphaël

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.