Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Sun, 26 Jul 2009 14:42:10 +0200
From: websiteaccess <websiteaccess@...il.com>
To: john-users@...ts.openwall.com
Subject: DumbForce init() function

Hi

 I have modified JTR to add french charset "é" "è" etc... with your 
help.

 It works fine, but I had to rebuild the alpha, alnum, all charsets 
(older with not compatible with). Now my JTR is less powerfull (crack 
less words in same time than yours), because original charset was 
highly optimized. I can't rebuild the same.

 There is an other way, to keep your highly charset, and add french 
char.

 You told me :
-------------------------------------------
An even simpler approach, not requiring a recompile, would be to use the
DumbForce external mode sample, configuring it for your desired charset.
In the init() function, you'll specify:

	i = 0;
	c = 'a';
	while (c <= 'z')
		charset[i++] = c++;
	charset[i++] = 'é';
	charset[i++] = 'è';
	charset[i++] = 'à';
	charset[i++] = 'ç';

replacing the existing lines (many of them) defining another charset
after the "This defines the character set." comment.
-------------------------------------------

 I'm really stupid with programming, could you add the code above (in 
differents rights place) in the john.conf and return me the john.conf 
correctly modified ?

 Thx

-- 
To unsubscribe, e-mail john-users-unsubscribe@...ts.openwall.com and reply
to the automated confirmation request that will be sent to you.

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.