Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Thu, 11 Apr 2013 00:55:01 +0200
From: Frank Dittrich <frank_dittrich@...mail.com>
To: john-dev@...ts.openwall.com
Subject: Re: testing all valid()s

On 04/02/2013 07:15 PM, Solar Designer wrote:
> Alexander,
> 
> Would you be able to re-test all of the valid() methods, in both
> unstable-jumbo and bleeding-jumbo?  I think Dhiru and others have made a
> good attempt to fix these by now, so I am wondering what crasher bugs
> you'll be able to (easily) find now - and we'll need to get these
> patched as well.

For linux-x86-native (Atom CPU), these 3 formats crash with the attached
file:

dynamic_21, salted-sha1, crypt

for f in dynamic_21 salted-sha1 crypt; do
./john --max-run-time=1 --format=$f crash; echo $?; echo $f;
done

I was using
for f in `./john --list=format-details |cut -f 1`
But those 3 formats were the only ones that crashed on my system.
(Someone should also test all the samples which triggered crashes on all
the GPU formats.)

Frank

View attachment "crash" of type "text/plain" (14734 bytes)

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.