Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Fri, 25 Oct 2013 07:41:43 -0400
From: Rich Rumble <richrumble@...il.com>
To: john-users@...ts.openwall.com
Subject: Re: Knownforce mask

On Thu, Oct 24, 2013 at 12:34 PM, Rich Rumble <richrumble@...il.com> wrote:
>
> I'm trying to do this pattern in known force
> digit, digit, alpha, alpha, digit, alpha, alpha

I worked around this actually, however I'm still curious about using
the external mode for it.
I created this rule and incremental mode

[Incremental:Alnum-4]
File = $JOHN/ascii.chr
MinLen = 4
MaxLen = 4
CharCount = 95

#prefix digt digit, insert digit to the 5th position
 [List.Rules:md5-mask]
^[0-9]^[0-9] i4[0-9]

Then used Stdout and Pipe
john.exe -stdout -i=alnum-4 | john.exe -pipe -rules=md5-mask passes.txt

Job done :) I also tried wordlist mode after writing stdout to a 400Mb
file, both worked perfect.
-rich

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.