Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Fri, 11 May 2012 01:13:34 +0200
From: magnum <john.magnum@...hmail.com>
To: john-dev@...ts.openwall.com
Subject: Re: Fwd: bash auto-completion for john

On 05/11/2012 12:46 AM, magnum wrote:
> I committed a first version to git now. It's now:
> 
> --list=[inc-modes|rules|externals|ext-filters|ext-modes]
> 
> --list=externals will list all and any externals.
> --list=ext-modes will list external modes that has generate().
> 
> --list=ext-filters will list external modes that has filter()
> *including* ones that also has generate(). This suits bash completion.
> For other uses (like JtR GUI) we might need another option later, eg.
> --list=ext-filters-only that lists external modes that has filter() but
> *not* generate().

A trivial way to implement the latter without awful coding occured to
me. Latest commit includes --list=ext-filters-only too. The code could
now easily be used to list modes that has, for example, restore() but
not init() - or any other combination of has + doesn't have, but I can't
think of any other uses right now.

magnum

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.