Sinisterly
Cracking hashes with BT5 and John - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Hacking (https://sinister.ly/Forum-Hacking)
+--- Forum: Tutorials (https://sinister.ly/Forum-Tutorials)
+--- Thread: Cracking hashes with BT5 and John (/Thread-Cracking-hashes-with-BT5-and-John)



Cracking hashes with BT5 and John - AnonFreeworld - 11-18-2012

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:
Code:
Applications>Backtrack>Privilege Escalation>Password Attack>Offline Attacks>John The Ripper

[Image: sQKz1.png]

Put the hashes in a .txt file in the root directory.

[Image: 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]

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!


RE: Cracking hashes with BT5 and John - Savsal14 - 11-20-2012

Thanks for the tut anon! Really helpful!


RE: Cracking hashes with BT5 and John - Zealotry - 11-20-2012

Thanks for the tut, noon!