Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Fri, 7 Oct 2016 21:40:45 +0200
From: Marek Wrzosek <marek.wrzosek@...il.com>
To: john-users@...ts.openwall.com
Subject: Re: Is it possible to generate a candidate password
 based on a candidate password?

Hi

W dniu 04.10.2016 o 19:31, Ailton Caetano pisze:
> I'm trying to generate a rule/set of rules that would allow me to generate
> passwordsbased in the following scheme:
> 
> Passwords have
> - 5 lowercase chars
> - 2 uppercase chars
> - 1 digit
> 
I'm not sure why do you need rules and wordlist for that, but you can
achieve that simply using mask mode alone or hybrid mask with incremental.

Eg.
./john --incremental=lower --mask=?w?u?u?d --min-length=8 --max-length=8

or

./john --mask=?l?l?l?l?l?u?u?d

Best Regards,
Marek

-- 
Marek Wrzosek
marek.wrzosek@...il.com

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.