2 Tryhackme Writeup: Crack The Hash Level

But room hint: Level 2 includes salted hashes. Try mode 1410 (SHA256 with salt appended).

hashcat -m 1400 hash5.txt rockyou.txt Finds: trustno1 crack the hash level 2 tryhackme writeup

Looks like SHA256 again – but rockyou fails. Try online lookup – reveals: qwertyuiop But room hint: Level 2 includes salted hashes

Crack with rockyou:

✅ Answer: samsung a2b9071e2d0be36c14fcf2833ddf66ed49e6ccbd4ef4a01a7bf3e1cdb183df85 crack the hash level 2 tryhackme writeup

Bcrypt is slow – use small wordlist or single guess if common.

Using john --format=raw-sha256 and rockyou yields nothing.