Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Thu, 10 Mar 2011 00:13:12 +0100
From: magnum <rawsmooth@...dband.net>
To: john-dev@...ts.openwall.com
Subject: mscash broken for ages?

No wonder I had problems with utf8 support for mscash, it doesn't even 
seem to work with a bog standard john, using ascii only:

$ cat test.hash
TEST1:M$123#4d677d80deb78a361064337b44d01933
TEST1:M$test1#00e1e69cf8fb720f0b721b7ad4ffc3c6
test1:M$test1#64cd29e36a8431a2b111378564a10631

Note that the last line exactly matches the format test below (and the 
tests are ok!)

$ grep test1 ../xx/src/mscash_fmt.c
	{"M$test1#64cd29e36a8431a2b111378564a10631", "test1" },

$ ./john-jumbo12e test.hash -si
Loaded 3 password hashes with 2 different salts (M$ Cache Hash [Generic 1x])
guesses: 0  time: 0:00:00:00 100.00% (ETA: Thu Mar 10 00:06:13 2011) 
c/s: 815466  trying: B\test1B( - B\test1B\

$ ./john-1.7.6-jumbo11 test.hash -si
Loaded 3 password hashes with 2 different salts (M$ Cache Hash [Generic 1x])
guesses: 0  time: 0:00:00:00 100.00% (ETA: Thu Mar 10 00:05:55 2011) 
c/s: 927944  trying: B\test1B( - B\test1B\

$ ./john-1.7.6-jumbo7 test.hash -si
Loaded 3 password hashes with 2 different salts (M$ Cache Hash [Generic 1x])
guesses: 0  time: 0:00:00:00 100.00% (ETA: Thu Mar 10 00:05:23 2011) 
c/s: 868077  trying: B\test1B( - B\test1B\

Has this ever worked? Am I doing something wrong?

magnum

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.