|
|
Message-ID: <782604.21397.qm@web35302.mail.mud.yahoo.com>
Date: Sun, 5 Oct 2008 08:18:05 -0700 (PDT)
From: William <phoolon_devi@...oo.com>
To: john-users@...ts.openwall.com
Subject: wordlist rules for known elements of password
I'm trying to recover a forgotten password and I need some help creating a rule. I know the password is a combination of several words, but, while I know the list of words the password is drawn from, I don't know exact combination.
For example, I have the list
cat
dog
bird
cow
and I want to create a rule that will try all possible combinations of the words, for example:
catdog
dogcat
catbird
birdcat
catcow
catdogbird
catbirddog
dogcatbirdcow
cowbirddogcat
etc
I've created a password list using the words I know the password is created from.
Some rules I've tried in the John.conf file:
:+:
:+:+:
:+:+:+: (etc)
$cat
^cat
$catdog
^catdog
etc
I know that some of the elements are upper-case (but I don't know which ones), so I also need to toggle between upper and lower case, so I also need to try:
DOGcat
dogCAT
DOGcatCOW
dogCATCOW
Etc...
Thanks for any suggestions you all might have.
--
To unsubscribe, e-mail john-users-unsubscribe@...ts.openwall.com and reply
to the automated confirmation request that will be sent to you.
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.