Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Mon, 8 Jul 2013 13:44:09 +0400
From: Solar Designer <solar@...nwall.com>
To: john-users@...ts.openwall.com
Subject: Re: Rules/wordlist help

On Mon, Jul 08, 2013 at 01:36:46AM +0000, RBP wrote:
> EG - Say a password is based on "lemonade"
> First character could be 'L/l/1', second character 'E/e/3', 'A/a/@' for the
> sixth, etc - you get the idea.

$ cat w
L
l
1
$ fgrep -B1 Ee3 john.conf
[List.Rules:Wordlist]
Az"[Ee3][Mm][Oo][Nn][Aa@][Dd][Ee3]"
$ john -w=w --rules --stdout > /dev/null
Press 'q' or Ctrl-C to abort, almost any other key for status
1296p 0:00:00:00 100% 21600p/s 13mon@d3

Instead of "--stdout > /dev/null" you'd probably specify your password
hash file.

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.