Password Cracking Lab

Understand how password hashing works and why strong passwords matter.

Password Cracking Simulation

A user's hash has been retrieved from a leaked database. Your mission is to crack it.

Cracker Terminal
Cracking tool initialized. Type `help` for commands.

Mission Briefing

Follow the steps to crack the password.

1
Analyze the Hash

Identify the type of hash you are dealing with.

analyze_hash

2
Set Attack Mode

Choose your cracking method. A dictionary attack is fastest if the password is common.

set_mode dictionary

3
Select Wordlist

Choose a list of passwords to test against the hash.

set_wordlist common-passwords.txt

4
Run the Attack

Launch the cracking process and wait for the results.

run_attack

5
Success!

The password has been found.