Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
DES hash with john the ripper
1.make a file called hash.txt and put ONLY the hash in it, and another file called wordlist.txt 2. save it in the RUN folder 3. open command prompt 4.cd to the run folder 5.type john-386 -w:wordlist.txt hash.txt 6. There should be a new .pot file called john. open it up in notepad, although most other programs work to open it such as word/ppt 7. Plaintext found!
bigggnick wrote: 1.make a file called hash.txt and put ONLY the hash in it, and another file called wordlist.txt
- save it in the RUN folder
- open command prompt 4.cd to the run folder 5.type john-386 -w:wordlist.txt hash.txt
- There should be a new .pot file called john. open it up in notepad, although most other programs work to open it such as word/ppt
- Plaintext found!
…or just do steps 1-5 then type: john -show hash.txt
That's right isn't it? I've only used JtR once :P
There's a video tutorial on http://www.thisisasite.net on how to use John. It has no sound, so it's a small file (1.4mb compressed).