|
Message-ID: <20110805171330913582.0ea2b6f7@gmail.com> Date: Fri, 5 Aug 2011 17:13:30 +0200 From: "websiteaccess@...il.com" <websiteaccess@...il.com> To: john-users@...ts.openwall.com Subject: Re: cracking password with more letters. On Fri, 5 Aug 2011 18:59:06 +0400, Solar Designer wrote: > On Fri, Aug 05, 2011 at 04:52:41PM +0200, websiteaccess@...il.com wrote: >> With JTr it's possible to crack passwords with more 8 characters. >> >> I want JTR able to crack up to 13 characters. >> >> a-z / A-Z / 0-9 / all symbols / all accent (french -> ???????????) > > You're referring to incremental mode only. With the current publicly > released JtR code, you can only go to length 13 with incremental mode if > you restrict the character set to _one_ of the categories you listed > above. So what you describe above won't work. > > However, it works great with the cutting-edge version we're using in the > contest now, with the default compile-time limit at 15 and the full > ASCII set allowed (you do have to recompile for the accents, though). > So why don't you join our team? ;-) > >> There is something to change in the param.h (then generated a new >> charset .chr with JTR) >> >> #define CHARSET_MIN ' ' <--- to change >> #define CHARSET_MAX 0xFF <--- to change >> #define CHARSET_SIZE (CHARSET_MAX - CHARSET_MIN + 1) >> #define CHARSET_LENGTH 13 <--- to change >> #define CHARSET_SCALE 18 <--- to change >> >> I don't remember what values put. > > See: http://www.openwall.com/lists/john-users/2007/07/04/6 > > Alexander HI alex, Sure. Where can I get source of that advanced version ? I can try to compile it with my OS X system. and report any bugs. 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.