1 Apr 2010 23:20
Re: rule and encoding wordlist
On Wed, Mar 31, 2010 at 09:23:47PM +0200, websiteaccess@... wrote: > I use JTR 1.7.5 with latest patches, os X, terminal is UTF-8. > > With following rule (below) and a wordlist (1 word "tro") encoded > Western (Windows Latin 1) , end of line Windows (CRLF) > > >\r[00-9A-C] A\p0[0-9A-D],him, $1 > > I get > > iMac-de-xxx-xx:run xxxxx$ ./john -w:testmot.txt -rules -stdout > himtro1 > thimro1 > trhimo1 > trohim1 > words: 4 time: 0:00:00:00 100.00% (ETA: Wed Mar 31 21:10:40 Looks good. However, if you actually have any 8-bit character of the iso-8859-1 encoding in a wordlist entry, then it may/will be displayed improperly on your UTF-8 terminal, and indeed it will be tested in the iso-8859-1 encoding against your hashes (which may or may not be what you want). > With the same rule but this time my wordlist is unicode UTF-8 , end of > line Windows (CRLF) or Unix (LF) > > I get : > > john -w:testmot.txt -rules -stdout > himtro1(Continue reading)
RSS Feed