New Post

Showing posts with label John the Ripper. Show all posts
Showing posts with label John the Ripper. Show all posts

Cracking Passwords Using John The Ripper - Backtrack

Written By Nohara Binti Parahita Niya on Friday, April 26, 2013 | 2:36 AM

In this video I tried to crack MD5 and SHA1 ..
please refer to Video Cracking Passwords Using John The Ripper - Backtrack.
If you are not clear, do not see the Large Player in full screen ..
may be useful: D


search results:
john the ripper tutorial
john the ripper download
download john the ripper
john the ripper wordlist
john the ripper ubuntu
john the ripper rules
john the ripper linux
john the ripper windows 7
john the ripper cuda
john the ripper gpu
john the ripper pro
john the ripper for windows
john the ripper brute force
john the ripper dictionary
2:36 AM | Read More

Crack Passwords With John the Ripper in Ubuntu

This section describes how to investigate weak passwords in our system. If a weak password, hackers can guess your username and password. Even worse, in many cases the user name of the account that is available to the public, such as an email address. As a system administrator, we can test the strength of user passwords with a password cracker. John the Ripper is a password cracker free. Her main duties crack passwords with brute-force method, running disistem linux and windows, can be added to the dictionary even more size 600 mb said.

Installing Joh The Ripper
First we do is downloading the application from John The Ripper on the official website, click here
Then extract the file, if the file extension then use only the tar command as follows:


Then enter cd kedirektori john-1.7.9/src /

After that compile JTR. Use the make command to see that according to our system, pay attention to the following picture:

john the ripper tutorial

of the command will display some operating systems that can be used.
After that, use the command make clean (the system we use). Here I use the linux operating system 32 bit so I chose option linux-x86-SSE2.


Wait so the compilation process is completed.
Using John The Ripper

First we create the first user to experiment. For example:
User = Fendy with password = 1
Before we move further, we note the contents of / etc / passwd and / etc / shadow advance
Contents of / etc / passwd


Contents of / etc / shadow


Next we go to the directory to john-1.7.9/run /


Then use unshadow command (/ usr / sbin / unshadow) to combine or merge the / etc / shadow and / etc / passwd file and then save the results in hasilpasswd (results passwd)


use the following command to check


Then the result is more or less like this.


we can see that 0 disudah on crack passwords and passwords are still terencryp 6.
Well, the last step is to look at the results of which are still terecryp password. Use the following command:

It will display the username and its password.


2:26 AM | Read More

how to install John the Ripper on Windows to steal passwords

Now I try to share knowledge to you all, about how to install John the Ripper on Windows to steal passwords. (I am not responsible if there is damage to your pc software and the damage caused by this software because the software is a virus that deliberately, TROJAN HORSE) so do not be installed on your pc. the authors do not recommend the use of these applications for a crime, but the author just wanted to share pengatahuan.

John the Ripper installation on windows and I will discuss some basic types of attacks and the things you can do with John the Ripper. This article is quite long and I will try to explain the rudimentary language which I hope is understandable.

Now let's begin the tutorial

- Download John the Ripper 1.7.0.1 (Windows - binaries, ZIP, 1360 KB) click HERE

Some tips that will make it easier to install John the Ripper on windows

1. Save on C :/, do not in any folder or program files.
2. When installing will probably look something like C: / John/john1701 / etc Move everything out of the folder and go to the folder john1701 first. Then delete john1701.
3. Now when you go into your C drive and open the folder john, you will see two folders doc to run, not john1701
4. In the run folder you will see the application "john-386" or "john-something". Just change the name to "john"

To run JTP, we open it via the ms-dos command line
Go Start, Run, and type cmd
type this command: cd C: / john / run

Now we get into a miraculous kind of attack through JTP.

-Bruteforce Attack-
First I will show bruteforcing JTP mode. This mode is to try every possible combination of letters (both uppercase and lowercase), numbers, symbols or a combination of the three to find the password. Before I tell you how to do it, we should take a hash (I will use the form: CRjRYEn9g3PUc from above), copy and past in notepad, and save it in the "run" in John the Ripper as a txt file. I call it hash.txt. One way to do this type of attack is to type "hash.txt john" (all commands without the quotes) and press enter. It will start trying to bruteforce password. Another way is to drag and drop the file hash.txt john application (this will be done in the run folder). Shortage of bruteforce attack is requires a very long time, but the process can be stopped by typing the command "ctrl + C".

Bruteforce Attack-with conditions-
This way shorter. So if you think the password only contains letters you can use the command "john-i: alpha hash.txt", if you think the password only contains numbers that you can use the command "john-i: hash.txt digit", you can also use command "john-i: all hash.txt" to guess passwords that use both numbers and letters.

-Dictionary Attack-
How this is done when we are dealing with a combination of long cengan password. but this method is much faster than if we use a bruteforce attack, but requires precision, because we need to make a list of words (according to the dictionary) and JTP will match each letter corresponding to the list that we have created.
For this example I call the list "wordlist.txt".
To conduct Dictionary Attac, type this command: john-w: hash.txt wordlist.txt

When cracking password has been done, we can check this by using the ith command using the command "hash.txt john-show"

there are many more uses of this software, enough of my tutor about how to install John the Ripper on Windows to steal passwords may be useful.
2:09 AM | Read More