|
Message-ID: <933f750572e07bc095dd5d69881a3177@smtp.hushmail.com> Date: Tue, 28 May 2013 22:50:30 +0200 From: magnum <john.magnum@...hmail.com> To: john-users@...ts.openwall.com Subject: Re: How to limit the number of guesses? On 28 May, 2013, at 22:39 , Rafael Veras <rafaveguim@...il.com> wrote: > On Tue, May 28, 2013 at 2:22 PM, magnum <john.magnum@...hmail.com> wrote: >> There are external modes and external filters. External filters (like > AutoStatus or Solar's suggested Status50G) can be used with any cracking > mode. What did you try that did not work? > > I tried: > > ./john --external=AutoStatus hashes.txt > > and got the error: > > No generate() for external mode: AutoStatus Ah, you are right... this is solely a limitation of the option syntax parsing. You can do exactly the same (but working) like this: ./john --single --external=AutoStatus hashes.txt ./john --wordlist --rules --external=AutoStatus hashes.txt ./john --incremental --external=AutoStatus hashes.txt ...except for the caveat that AutoStatus/AutoAbort/variants will start counting from zero each time. Similar to Matt's recent post, you could edit john.conf and insert the start value between each run but it's not exactly elegant. 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.