In this hands-on cybersecurity lab, you’ll learn how to crack Windows NTLM password hashes using John the Ripper on Kali Linux. We cover the complete workflow, from preparing the hash file to using the RockYou wordlist and interpreting the results.
The hash has already been cracked:
john –pot=empty.pot –format=NT –wordlist=/usr/share/wordlists/rockyou.txt pass.txt
What you’ll learn:
What NTLM password hashes are
Installing and using John the Ripper
Using the RockYou wordlist
Cracking NTLM hashes with a dictionary attack
⚠️ Disclaimer: This video is intended solely for educational purposes and authorized security testing. Only perform password auditing on systems and accounts for which you have explicit permission.
Tools Used:
Kali Linux
John the Ripper
RockYou Wordlist