Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 29 Aug 2012 15:20:51 +0100
From: colin wright <john-users_oj@...ipsys.co.uk>
To: Dhiru Kholia <dhiru.kholia@...il.com>,
 john-users@...ts.openwall.com
Subject: Re: Trouble getting started - can anyone offer advice? (now solved)

Thank you for the swift response ...

Summary:

	libssl-dev now installed, problem solved using jumbo.
	Vanilla version still doesn't work, unrecognised format.

Details follow.

================================================================
================================================================
================================================================
================================================================

> > $ ./john mypasswd
> > No password hashes loaded (see FAQ)
>
> I am using jumbo version from
> "https://github.com/magnumripper/magnum-jumbo"
> and it successfully cracked the hash (password is "games").

> $ ../run/john hash
> Warning: detected hash type "sha512crypt", but
> the string is also recognized as "crypt"
> Use the "--format=crypt" option to force loading
> these as that type instead

$ ./john --format=crypt mypasswd
Unknown ciphertext format name requested

$ ./john --format=sha512crypt mypasswd
Unknown ciphertext format name requested

>> I've also tried downloading the "jumbo" version,
>> but the make fails on that, and it would be good
>> to get the vanilla version working first anyway.
>
> Please post the errors you got. Is libssl-dev (IIRC)
> installed on your Ubuntu system?

/usr/bin/ld: cannot find -lssl
/usr/bin/ld: cannot find -lcrypto
/usr/bin/ld: cannot find -lz

I would guess not.

$ sudo apt-get install libssl-dev

<snip>

$ make clean generic

<snip>

$ cd ../run
$ ./john mypasswd
Loaded 5 password hashes with 5 different salts (sha512crypt [32/32])
games            (games)

<snip>

Problem solved - thank you very much.


Cheers
-- 
Have you registered for the MathsJam weekend?
Sign up for the mailing list: http://www.mathsjam.com
Get all the news with no obligation.

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.