Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Mon, 24 Sep 2007 09:53:45 +0200
From: Simon Marechal <simon@...quise.net>
To: john-users@...ts.openwall.com
Subject: Re:  Re: Markov filter password generation

Morag Agmon a écrit :
> Now, questions:
> 
> 1. Is there a recovery file of some kind ? I couldn't find any....
> 2. Is the filter generating combinations with CAP letters ?
> 3. I would surely appreciate somekind of progress indication , since it is a 
> finite process - like the percentage shown in wordlist mode.
> 4. When I finish running my current process of level=216 - I would certainly 
> want to try higher levels to get more passes cracked , Is there a way to run 
> higher levels without repeating previous checked combinations (in lower 
> levels) ?
> 5. Could you explain mkvcalcproba.exe , usage, purpose & output ?
> 6. Thinking about it, a FAQ would have solved my n00b question :)

Hello,

	thanks for the feedback! You'll happy to hear that I just spent a few 
hours this weekend adding:
* recovery support
* a progress indicator
* a tool for generating the "stat" file
* a "cleaner" stat file, with less unprintable garbage
* a FAQ (not that crystal clear, but should help you get started ...)

	I'm planning on adding the feature you're asking for in (4), but I 
didn't find a nonexpensive way to do it, so it'll not be effective on 
"fast" hashes. I'm still giving it some thought. For now, I just updated 
(silently) the source.

	About the generation of capital letters, it does generate them, but as 
they were not very likely to appear on my password wordlist they are not 
often encountered when cracking. They do exist however, just run:

****************************************************************
./john -stdout -markov:100 | grep '[A-Z]'
****************************************************************

	If capital letters are often found in your environment, it is strongly 
suggested that you create your own stat file!

-- 
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.