Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Tue, 23 Aug 2011 10:34:13 +0200
From: Frank Dittrich <frank_dittrich@...mail.com>
To: john-users@...ts.openwall.com
Subject: Re: password with the sign "#"

Am 23.08.2011 00:52, schrieb Sergey V.:
> On Tuesday 23 of August 2011 02:10:12 Robert Harris wrote:
>> Alex,
>>
>> Would it detect #!comment1234 ?
>>
>>
>
> Doesn't will detect:
>
> $ cat comment.lst
> #!comment1234
> #!comment 1234
> $ ./john --stdout -w:comment.lst
> words: 0 time: 0:00:00:00 DONE (Tue Aug 23 02:49:55 2011) w/s: 0.00
> $
>
>

As explained by Alexander, you could use a word list file containing
!comment1234
!comment 1234
together with a rule section in john.conf:

[List.Rules:prefix_hash]
^#

Then, use john like this:

./john --wordlist=file --rules=prefix_hash password-file

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.