Re: [fedora-india] John The Ripper - installation problem

2010-05-31 Thread Ritesh Sinha
On Mon, May 31, 2010 at 1:36 PM, Hirak Sarkar wrote: > > > On Mon, May 31, 2010 at 1:20 PM, Ritesh Sinha > wrote: >> >> On Mon, May 31, 2010 at 12:33 PM, Hirak Sarkar >> wrote: >> > >> > >> > On Mon, May 31, 2010 at 12:01 PM, dash pradipta >> > >> > wrote: >> >> >> >> Try the following steps >>

Re: [fedora-india] John The Ripper - installation problem

2010-05-31 Thread Hirak Sarkar
On Mon, May 31, 2010 at 1:20 PM, Ritesh Sinha wrote: > On Mon, May 31, 2010 at 12:33 PM, Hirak Sarkar > wrote: > > > > > > On Mon, May 31, 2010 at 12:01 PM, dash pradipta < > dashpradipta2...@gmail.com> > > wrote: > >> > >> Try the following steps > >> > >> #wget http://openwall.com/john/f/john-v

Re: [fedora-india] John The Ripper - installation problem

2010-05-31 Thread Ritesh Sinha
On Mon, May 31, 2010 at 12:33 PM, Hirak Sarkar wrote: > > > On Mon, May 31, 2010 at 12:01 PM, dash pradipta > wrote: >> >> Try the following steps >> >> #wget http://openwall.com/john/f/john-version.tar.gz >> #tar -zxvf john-version.tar.gz >> #cd john-version >> #cd src >> #make ->select arch >>

Re: [fedora-india] John The Ripper - installation problem

2010-05-31 Thread dash pradipta
Hirak, If you still face problem, go to KD sir. I hope he will help you out:) Cheers!!! On Mon, May 31, 2010 at 12:59 PM, dash pradipta wrote: > try with > #make clean linux-x86-mmx > > I hope it might work > On Mon, May 31, 2010 at 12:33 PM, Hirak Sarkar wrote: > >> >> >> On Mon, May 31, 20

Re: [fedora-india] John The Ripper - installation problem

2010-05-31 Thread dash pradipta
try with #make clean linux-x86-mmx I hope it might work On Mon, May 31, 2010 at 12:33 PM, Hirak Sarkar wrote: > > > On Mon, May 31, 2010 at 12:01 PM, dash pradipta < > dashpradipta2...@gmail.com> wrote: > >> Try the following steps >> >> #wget http://openwall.com/john/f/john-version.tar.gz >> #t

Re: [fedora-india] John The Ripper - installation problem

2010-05-31 Thread Hirak Sarkar
On Mon, May 31, 2010 at 12:01 PM, dash pradipta wrote: > Try the following steps > > #wget http://openwall.com/john/f/john-version.tar.gz > #tar -zxvf john-version.tar.gz > #cd john-version > #cd src > #make ->select arch > #make clean linux-x86-any > #cd ../run > #./john --test > #umask 077 > #./

Re: [fedora-india] John The Ripper - installation problem

2010-05-30 Thread dash pradipta
Try the following steps #wget http://openwall.com/john/f/john-version.tar.gz #tar -zxvf john-version.tar.gz #cd john-version #cd src #make ->select arch #make clean linux-x86-any #cd ../run #./john --test #umask 077 #./unshadow /etc/passwd /etc/shadow > mypasswords #./john mypasswords On Mon, May

Re: [fedora-india] John The Ripper - installation problem

2010-05-30 Thread dash pradipta
Hi Hirak, Try the following URL to install John Rapper http://www.openwall.com/john/doc/INSTALL.shtml and you will get the Docs here http://www.openwall.com/john/doc/ On Mon, May 31, 2010 at 9:09 AM, Hirak Sarkar wrote: > Hello, > I am using fedora 11 , and try to implement john t

[fedora-india] John The Ripper - installation problem

2010-05-30 Thread Hirak Sarkar
Hello, I am using fedora 11 , and try to implement john the ripper (JTR) password cracker in the system, downloaded and install it from yum repo , but it is not working I use something like # unshadow /etc/passwd /etc/shadow > password.txt #john password.txt No password hashes loaded I kn