Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Tue, 16 Jul 2013 11:10:44 +0530
From: Dhiru Kholia <dhiru.kholia@...il.com>
To: john-users@...ts.openwall.com
Subject: Re: Using all.lst scan ends immediately with ?????? -
 ??? and no pwd found

On 07/15/13 at 10:27pm, Barry Shaw wrote:
> Dhiru, your suggested worked great - I grabbed just the ml2john.py
> code from the bleeding-jumbo page and saved it in the new version of
> jtr that magnum pointed me too.
>
> Next I wanted to run the hash again in john to make sure I'm doing it
> right and get the same result. But where I'm stumbling is in creating
> the pwd file (sha1.txt) from the output hash.
>
> Specifically what portion of the complete output above needs to go
> into the password file?

Use everything you get from ml2john.py as it is. Do something like,

sudo python ml2john.py .../user.plist > hash.txt

../run/john hash.txt

The whole point of writing ml2john.py is to make things easy for users ;)

> If I put everything in, or everything up to the final colon before the
> username (John Smith), running john produces the error 'No hash
> loaded'.

I don't think that the existing OS X builds of JtR (which have been
published) have support for cracking Mountain Lion hashes.

On my Linux system when using the latest code,

✗ ../run/john --format=PBKDF2-HMAC-SHA512 -t
Will run 4 OpenMP threads
Benchmarking: PBKDF2-HMAC-SHA512, GRUB2 / OS X 10.8 ...
Raw:	125 c/s real, 32.3 c/s virtual

Running the same command (as above) should produce an error message on your old
OS X build.

...

To fix this problem, please try using the latest code (+ OS X binaries!)
from, https://github.com/kholia/JohnTheRipper

Steps,

$ git clone https://github.com/kholia/JohnTheRipper

$ cd JohnTheRipper/src

$ ../run/john --format=PBKDF2-HMAC-SHA512 -t

--
Dhiru

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.