$6$ prefix → SHA512crypt (Unix). Format: $6$salt$hash . Mode = 1800 in hashcat.
hashcat -m 1800 -a 0 hash4.txt rockyou.txt RockYou will crack this slowly but surely. Common password emerges: samsung . crack the hash level 2 tryhackme writeup
Bcrypt is slow – use small wordlist or single guess if common. $6$ prefix → SHA512crypt (Unix)
Crack with rockyou:
$2a$ prefix → bcrypt (hashcat mode 3200). Salt length 22 chars, total 60 chars. crack the hash level 2 tryhackme writeup
hashcat -m 1400 hash5.txt rockyou.txt Finds: trustno1