Crack The Hash Level 2 Tryhackme Writeup (2026)
hashcat -m 3200 -a 0 hash2.txt /usr/share/wordlists/rockyou.txt If too slow, try online lookup (but for CTF, guess password ? No – try letmein ).
But room hint: Level 2 includes salted hashes. Try mode 1410 (SHA256 with salt appended).
If no salt given, maybe it's an unsalted SHA256 with a less common password.
✅ Answer: princess If you're stuck, use hashid or hash-identifier to confirm hash type: crack the hash level 2 tryhackme writeup
Using john --format=raw-sha256 and rockyou yields nothing.
hashcat -m 1400 hash3.txt rockyou.txt No result. Try SHA3-256? No – let's check length: 64 hex = 256-bit.
Would you like a version with exact hashcat commands and flags explained for each hash type? hashcat -m 3200 -a 0 hash2
64 hex chars → SHA-256 again? Possibly HMAC? Try standard SHA256 first.
$2a$ prefix → bcrypt (hashcat mode 3200). Salt length 22 chars, total 60 chars.
No salt mentioned. Try with hashcat (mode 1400 = SHA256) and RockYou: Try mode 1410 (SHA256 with salt appended)
💡 RockYou contains letmein → it cracks.
✅ Answer: samsung a2b9071e2d0be36c14fcf2833ddf66ed49e6ccbd4ef4a01a7bf3e1cdb183df85

