Password cracker - John the Ripper Installation


From Linuxconfig.org

Jump to: navigation, search

John the Ripper password cracker can be used to harden your system by giving you a idea how hard it is to crack your password you have chosen.

Contents

Download a source code

Installation can begin by downloading a source code of John the Ripper password cracker. Once we know the link of a file we can use wget:

Image:install_johnripper01.jpg

Extract source files

tar xvzf john-1.7.0.2.tar.gz

Compile a source file

Navigate to:

cd john-1.7.0.2/src

Then we need to rum make command which will return a list of available systems that John the Ripper password cracker can be compiled on.

make

Choose your appropriate architecture, and compile

make linux-x86-any

john the ripper binary

cd ../run/
ls
./john
Image:install_johnripper02.jpg
Personal tools
Linux Commands