Need help with sha512crypt hash
#1
I'm trying to assist one of my students with cracking a hash from a shadow file using hash mode 1800, but the "Token length exception" error keeps appearing. Hash appears to be longer than other $6$ hashes. Let me know how to modify it into a crackable form, please.

Full line: user:$6$z.[redacted]$[redacted]::0:99999:7:::

Command line: hashcat -m 1800 -a 0 -w 3 $6$z.[redacted]$[redacted] wordlist.txt
Reply


Messages In This Thread
Need help with sha512crypt hash - by DramaKing - 02-08-2023, 02:22 AM
RE: Need help with sha512crypt hash - by marc1n - 02-08-2023, 10:10 AM
RE: Need help with sha512crypt hash - by royce - 02-15-2023, 09:05 PM