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