Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Tue, 25 Aug 2009 09:33:51 +0200
From: websiteaccess <websiteaccess@...il.com>
To: john-users@...ts.openwall.com
Subject: Re: patching error :((

On Mon, 24 Aug 2009 19:25:53 +0200, SL wrote:
> Am 2009-08-24 um 18:36 schrieb websiteaccess:
> 
>> Pllleeeeaaasse in the name of Our Lord Jesus Christ ! I need john
>> 1.7.3.1 with IPB2, PHPSMD5, RAWMD5, RAW SHA1, SALT SHA1, phpass-3 ($H$).
>> 
>>    Is someone can  patch 1.7.3.1 with "Performance patch for
>> 1.7.3.1-jumbo-5" , "Fast rawMD5 SSE2 patch for 1.7.3.1-all-5",
>> "phpass-3 patch for 1.7.3.1-all-5", and others algorithms to get
>> finally john with "IPB2, PHPSMD5, RAWMD5, RAW SHA1, SALT SHA1, phpass-3
>> ($H$)"
>> 
>>   It will take you only > 5 minutes < to apply patches.
>> 
>>   Don't compile, I will compile here with my mac os X (10.5)
> 
> Try this:
> 
> mkdir -p /tmp/compile
> cd /tmp/compile
> wget -c http://www.openwall.com/john/g/john-1.7.3.1.tar.gz
> wget -c http://www.openwall.com/john/contrib/john-1.7.3.1-all-5.diff.gz
> wget -c 
> http://openwall.info/wiki/_media/john/john-1.7.3.1-all-5-phpass-3.diff.gz
> wget -c 
> 
http://openwall.info/wiki/_media/john/john-1.7.3.1-all-5-fast-rawMD5-SSE2-1.diff.gz
> wget -c 
> 
http://openwall.info/wiki/_media/john/john-1.7.3.1-all-5-several-performance-updates-1.diff.gz
> tar xzvf john-1.7.3.1.tar.gz
> cd /tmp/compile/john-1.7.3.1
> zcat ../john-1.7.3.1-all-5.diff.gz | patch -p1 -Z
> zcat ../john-1.7.3.1-all-5-phpass-3.diff.gz | patch -p1 -Z
> zcat ../john-1.7.3.1-all-5-fast-rawMD5-SSE2-1.diff.gz | patch -p1 -Z
> zcat ../john-1.7.3.1-all-5-several-performance-updates-1.diff.gz | 
> patch -p1 -Z
> cd /tmp/compile/john-1.7.3.1/src
> make clean macosx-x86-sse2
> cd ../run
> ./john --test --format=raw-MD5
> ./john --test --format=phpass-MD5
> ./john --test --format=raw-sha1
> ./john --test --format=IPB2
> ./john --test --format=phps
> 


 I did exactly :

Macintosh:compile xxxxxx$ mkdir -p /tmp/compile
Macintosh:compile xxxxxx$ cd /tmp/compile
Macintosh:compile xxxxxx$ wget -c 
http://www.openwall.com/john/g/john-1.7.3.1.tar.gz
-bash: wget: command not found
Macintosh:compile xxxxxx$ 


 I get error "-bash: wget: command not found"



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