Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Thu, 4 Dec 2014 21:45:51 +0100
From: Lukas Odzioba <lukas.odzioba@...il.com>
To: john-users@...ts.openwall.com
Subject: Re: Building john-jumbo

2014-12-04 21:25 GMT+01:00 Alex Regan <mysqlstudent@...il.com>:
> I'm trying to build john-1.7.9-jumbo-7 from source, but there's no makefile.
> Am I missing something?
>
> I'm trying to build it because the current version of john doesn't support
> what I believe is sha512 hash type. For example:
>
> user1:$6$utkiWijq$ADm/2ZthChO1XXXgJKKFTwWbuIY5UZOM7vCV2VZI8tHLz/6y2j04W4lXXX8XI1fmwHwX9Y157Oy/9FSq0GhhO.:15786:0:99999:7:::

Hi Alex,
john-1.7.9-jumbo-7  is a bit old, so please use code from magnum's
github repository, the following commands should do the job:

wget https://github.com/magnumripper/JohnTheRipper/archive/bleeding-jumbo.zip
unzip bleeding-jumbo.zip
cd JohnTheRipper-bleeding-jumbo/src
./configure
make -j
../run/john | grep sha512crypt

After that you should have sha512crypt and sha512crypt-opencl formats
(opencl only if you have proper sdk installed) for cpu and gpu
accordingly.

Lukas

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.