Cracking hashes with BT5 and John 11-18-2012, 09:28 PM
#1
So I have a database with 3000+ Des-Unix Hashes to crack. Thought I would help out and show you how john works if ever wanted to crack hashes as well.
Ok so navigate to John:
![[Image: sQKz1.png]](http://i.imgur.com/sQKz1.png)
Put the hashes in a .txt file in the root directory.
![[Image: CvvwT.png]](http://i.imgur.com/CvvwT.png)
So now lets get started with John.
Open the terminal back up that you opened and left open earlier.
Put this command in:
Ex or my situation:
Now you're crackin dem hashes like a baws.
![[Image: l1ivi.png]](http://i.imgur.com/l1ivi.png)
This was a simple tutorial to show ya how to crack hashes. Any questions you can post below or PM me. I hope you enjoyed!
Ok so navigate to John:
Code:
Applications>Backtrack>Privilege Escalation>Password Attack>Offline Attacks>John The Ripper
![[Image: sQKz1.png]](http://i.imgur.com/sQKz1.png)
Put the hashes in a .txt file in the root directory.
![[Image: CvvwT.png]](http://i.imgur.com/CvvwT.png)
So now lets get started with John.
Open the terminal back up that you opened and left open earlier.
Put this command in:
Code:
john --format=(your format) /root/yourtextfilehere.txt
Ex or my situation:
Code:
john --format=des /root/userslulz.txt
Now you're crackin dem hashes like a baws.
![[Image: l1ivi.png]](http://i.imgur.com/l1ivi.png)
This was a simple tutorial to show ya how to crack hashes. Any questions you can post below or PM me. I hope you enjoyed!