Crack password with john the ripper
example : User:gyuJo098KkLy9
you can crack that password use click here
how to use ?
first exctract the files
exctract in desktop.
open start>run>cmd
cd desktop
cd
usage :
single: Single crack mode. This is only recommended for weak passwords as it includes only a few rules and a small wordlist.
Usage: john -single crackme.txt
wordfile: Uses a wordlist (basically a dictionary attack). What this does is tries every word in the list until it finds a match or you reach the end of the list. This is quicker than the default (bruteforce) attack, but I don't recommend this because it doesn't always find a match. More notes on wordlists below.
Usage: john -wordfile:password.lst crackme.txt
or
Usage: john -incremental:alpha crackme.txt (only letters)
john -incremental:digits crackme.txt (only numbers)
john -incremental:lanman crackme.txt (letters, numbers, and some special characters)
john -incremental:all crackme.txt (all characters)
to restore
restore: Ok, let's say that you need to stop the crack in the middle. Press crtl+break. A file will be created in the JTR directory named 'restore' (no quotes doofus, and yes, no file extention). You can start the crack back up from that restore point. If you used the-session option you probably have a different filename.
Usage: john -restore:restore
Usage: john -session:[save to filename] crackme.txt Usage: john -status:[filename] Usage: john -show crackme.txt Usage: john -test Usage: john -users:User crackme.txt Usage: john -group:lamers crackme.txt Usage: john -shells:shelly crackme.txt Usage: john -salts:2 crackme.txt source : osix.net |
No comments:
Post a Comment