Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Fri, 29 Jun 2012 01:35:42 +0200
From: Frank Dittrich <frank_dittrich@...mail.com>
To: john-dev@...ts.openwall.com
Subject: Re: Shouldn't the TS work with a pw.dic in reversed order
 as well?

On 06/29/2012 01:20 AM, Frank Dittrich wrote:
> On 06/29/2012 01:07 AM, magnum wrote:
>> You could alter jtrts.pl so it does a "tail" instead and see what happens.
> 
> But when I get
> 
> $ ./jtrts.pl -q
> -------------------------------------------------------------------------------
> - JtR-TestSuite (jtrts). Version 1.12.4, June 22, 2012.  By, Jim
> Fougeron & others
> - Testing:  John the Ripper password cracker, ver: 1.7.9-jumbo-6-RC0
> [linux-x86-clang]
> --------------------------------------------------------------------------------
> form=dynamic_2                    guesses: 1482 time: 0:00:00:00 :
> Expected count(s) (1500)  [!!!FAILED!!!]

After running with -stoponerror, I did:

cut -d: -f 5- -s dynamic_2_tst.in |sed 's#::$##' |sort -u > dynamic_2.tst.pw

cut -d: -f 2- tst.pot |sort -u > dynamic_2.cracked.pw

diff dynamic_2.cracked.pw dynamic_2.tst.pw > dynamic_2.tst.diff

dynamic_2.tst.diff is attached.
Looks interesting.

Frank

View attachment "dynamic_2.tst.diff" of type "text/x-patch" (490 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.