Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Sat, 6 Mar 2010 07:55:41 +0100
From: "websiteaccess@...il.com" <websiteaccess@...il.com>
To: john-users@...ts.openwall.com
Subject: JTR with only characters a-z / 0-9

Hi

 I change in JTr source :

before :
#define CHARSET_MIN			'  '
#define CHARSET_MAX		0x7E

after :
#define CHARSET_MIN			0x30
#define CHARSET_MAX		0x7A


0x30 -> 0x7A =  0-9 + symbols + A-Z + a-z

 I just want use a-z and 0-9, can I exclude all others symbol except 
a-z / 0-9 ? and to do ?
 for example : I want crack only passwods that contains a-z and/or 0-9
 thanks,
 
 W.A.

 

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.