John The Ripper
Everytime I download "John The Ripper", I extract it and look for a setup file but everything in it does nothing…It's like the folder is full of useless files. I am hoping someone can give me a push in the right direction. I have tried:
- "John the Ripper 1.7.0.1 (Windows - binaries, ZIP, 1360 KB)"
- "John the Ripper 1.7.0.2 (Unix - sources, tar.gz, 784 KB) "
- "John the Ripper 1.7.2 (Unix - sources, tar.gz, 790 KB)"
They all download, but don't run. Any help would be gladly appreciated..
JTR is a command-line prog. In Windows, you won't see anything "run" if you don't pop open a prompt. In Unix, you might have to make the executables executable with chmod a+x. Other than that, it's really not hard to figure out how to use it if you're getting a real download of JTR… just fool with the files some, and you'll figure it out.
type:
john-mmx -i:all "pass.txt"
the pass.txt file must be:
"user":"hash" (not only the hash)
the "user" you type before is the username which can be anything, admin, user, john, etc.
if the hash is NT LM DES, use:
john-mmx -i:lanman "pass.txt"
This is the bruteforce attack of john the ripper, not the dictionary one.