Password Cracking
Focused on real-world cracking during exams.
Cracking MD5 / SHA1 Hashes
Use rockyou.txt and check if the password is in the default wordlist.
Rule-Based Attack with Hashcat
Mutate wordlist entries to match password policies (digits, caps, symbols).
Brute-Force Attack
Try all alphanumeric combinations of a given length.
Crack KeePass .kdbx
Database
.kdbx
DatabaseExtract hash using keepass2john and crack with hashcat.
Crack SSH Private Key Passphrase
Convert with ssh2john and crack with John or Hashcat (if supported).
Crack NTLM Hashes
Mode -m 1000
for NTLM hashes.
Crack Net-NTLMv2 Hashes
Captured via responder or relays; use mode -m 5600
.
Crack bcrypt (mode 3200)
Used in some CMS platforms or modern Linux user hashes.
Crack ZIP File Passwords
Convert ZIP to hash using zip2john and crack it.
Crack PDF File Passwords
Convert PDF to hash using pdf2john and crack with hashcat.
Pass-the-Hash (NTLM SMB / WinRM)
Use valid hash to authenticate without cracking.
Last updated
Was this helpful?