Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Mon, 8 Nov 2010 07:58:19 +0300
From: Solar Designer <solar@...nwall.com>
To: john-users@...ts.openwall.com
Subject: Re: which john & options to use for Mac OS X 10.4+ salted SHA-1 using OSX 10.6?

William,

On Sun, Nov 07, 2010 at 07:22:41PM -0800, William wrote:
> 4.  the pattern I remember is two letters (either upper or lower case), then two numbers (from the set 02, 03, 04, 05 or 06), then either an * or !, then two more letters (if the first were upper, the second are lower and vice versa), then two more numbers from the set above.

Attached are two external mode definitions.  (For others on john-users:
these are trivial customizations of the KnownForce mode.)  Combined,
they implement all variations of the exact pattern you mentioned above.
You need to append the attached text file to your john.conf file.  You
may do so with a text editor, or you may run the command:

cat KnownWilliam.txt >> john.conf

(Note: with _two_ greater-than characters in a row, or you'd end up
_overwriting_ the file rather than appending to it.  Please be careful.)

Then run John with:

./john -e=KnownWilliam1 PASSWORD-FILE

and then with:

./john -e=KnownWilliam2 PASSWORD-FILE

where PASSWORD-FILE is the filename of your password hash file.  Each of
these commands will take less than a minute, and one of them ought to
crack your password.  If not, despite of you doing things correctly,
then your description of the password pattern above does not match your
actual password being attacked.

Please let us (the community) know whether this worked or not.  If not,
then please describe what exactly happened and how long it took (to
confirm that you were doing things correctly).  Preferably copy & paste
the relevant commands and output from your Terminal.  Also suggest how
to relax/broaden the pattern.

Alexander

View attachment "KnownWilliam.txt" of type "text/plain" (3828 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.