Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.24 KB

File metadata and controls

44 lines (36 loc) · 1.24 KB

Basic Password Cracking (John the Ripper)

Description

In this project, I focus on a password cracking lab using John the Ripper. The goal is to demonstrate how weak passwords can be cracked and highlight the importance of strong password policies.

Languages and Utilities Used

- John the Ripper (1.9.0)

Environments Used

  • Linux (6.11.2)

Program walk-through:

Create a MD5-crypt hash of a weak password (starburst).:
Creating a MD5-crypt hash

Save the MD5-crypt hash into a file named fake_hashes.txt:
Saving the generated hash

Run John the Ripper with the RockYou wordlist:
Analyzing HTTP Traffic

Manually View John’s Pot File (optional):
Analyzing HTTP Traffic