Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Tue, 23 Feb 2010 18:39:41 +0100
From: "websiteaccess@...il.com" <websiteaccess@...il.com>
To: john-users@...ts.openwall.com
Subject: Re: wordlist with 2 words : swap words

On Mon, 22 Feb 2010 20:26:46 +0300, Solar Designer wrote:
> 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

 Hi Alexander,

 I use your rules " =[1-9A-F]  ^  X\p[2-9A-G]z0 'l" or "=[1-9A-F]  
x\p[2-9A-G]z $  X0\1z" with very large dictionary (14 gigas). 
I don't know why, your 2 rules freeze my terminal.

 Could you post equivalent rules not able to freeze my terminal (os X) ?

 Thanks,

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.