Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Fri, 31 May 2013 21:15:46 +0200
From: Frank Dittrich <frank_dittrich@...mail.com>
To: john-dev@...ts.openwall.com
Subject: Re: select rules by filename

On 05/31/2013 08:40 PM, Lukas Odzioba wrote:
> Hi all,
> I found the following use case:
> ./john --form:YourHashFormatGoesHere --ru rules/korelogic.rules
> --w:wordlists/wordlist.txt crackme/hacktalk.net

I don't think it is necessary.
Just create conf files that include the same basic config options and an
individual section
[List.Rules:Wordlist]
...


e.g.:
# common.conf includes [Options], [Options:MPI], [UserCLasses] and
# everything else you need for your --rules
.include "$JOHN/common.conf"
[List.Rules:Wordlist]
:
lQ
...


Then you can use

./john --format=des --rules --conf=rules/korelogic.conf
--wordlist=wordlists/w.txt crackme/some_file

If you use the same default rules name, you can omit the section name.

The only thing that doesn't work is specifying names with wild cards to
match multiple files.
That might be tricky to implement.

Frank

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.