Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sun, 10 Mar 2013 13:18:35 +0100
From: Frank Dittrich <frank_dittrich@...mail.com>
To: john-users@...ts.openwall.com
Subject: Re: example odf cracking password

On 03/10/2013 12:43 PM, Davide Marchi wrote:
> john -format=odf output.txt
> obtain:
> Unknown ciphertext format name requested

Then you are obviously not running a john binary which was built using
latest git.

Did you notice that Rich recommended
	./john output.txt

But you used
	john output.txt
instead.

The former command runs the john binary which is located in the current
directory.
Your command instead searches all $PATH directories for an executable
file named john, and executes the first one found.
You were probably running a john binary which was included in your
distribution (either a core binary without jumbo additions, or just an
older jumbo version).

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.