Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Sun, 4 Nov 2012 06:55:23 -0800 (PST)
From: wfdawson <wfdawson@...lsouth.net>
To: "john-users@...ts.openwall.com" <john-users@...ts.openwall.com>
Subject: Need help with hashes from isocode plaintext

I'm having some difficulty grasping how to make JtR work for hashes from unicode plaintext.  I'm sure I'm missing something very basic.

Working from this @PastbinDorks twitter feed: http://t.co/DE3rWS2x.  For example, 005f3942106f3bc5a392dcde686d87f0 -- my attempts do not derive the plain 'geländerxx', presumably the plain for that hash.

I've read http://www.ethicalhacker.net/content/view/341/2/ but it was not helpful.  For one, using base64 to encode and then decode does not result in mangled text as that article demonstrated - on my system, anyway.  Manually converting the 'ä' (LATIN SMALL LETTER A WITH DIAERESIS) to "&#228;" within my wordlist doesn't work, either.

I'm using the Gentoo JtR build (1.7.9-r5); I've also tried using unstable-jumbo cloned from github. My installed locales: en_US.UTF-8 and en_US (ISO-8859-1). My default locale is UTF-8. 

wordlist:

geländerxx
gel&#228;nderxx

hash file (first field articially generated for convenience:
45:005f3942106f3bc5a392dcde686d87f0

$ john --session=h --wordlist=w --format=raw-md5 h
Loaded 1 password hash (Raw MD5 [128/128 SSE2 intrinsics 8x])
guesses: 0  time: 0:00:00:00 DONE (Sun Nov  4 10:37:25 2012)  c/s: 200  trying: geländerxx - gel&#228;nderxx

Any suggestions?

Thanks.

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.