|
Message-ID: <20100222172646.GB23349@openwall.com> Date: Mon, 22 Feb 2010 20:26:46 +0300 From: Solar Designer <solar@...nwall.com> To: john-users@...ts.openwall.com Subject: Re: wordlist with 2 words : swap words On Sat, Feb 20, 2010 at 03:11:18PM +0100, websiteaccess@...il.com wrote: > I build a deco with 2 words for each line word1(space)word2. > > I would a rule able to swap these 2 words > > red house -> house red > john good -> good john > etc... On JtR 1.7.4+, you can do this with: [List.Rules:Wordlist] =[1-9A-F] ^ X\p[2-9A-G]z0 'l or with: =[1-9A-F] x\p[2-9A-G]z $ X0\1z but these are inefficient. Maybe I should add a "search for character and assign position to numeric variable" command. I just wrote this thought down for further consideration. Thanks, Alexander
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.