I'm trying to crack a SHA-512 hash file. The format of the message is Format - $6$Salt$Password.
I'm using Hashcat for the same. I'm getting the error : Separator Unmatched.
Below is my command : Hashcat -a 0 -m 1720 filename.txt /usr/share/wordlists/rockyou.txt
I'm getting the error : Hashfile on line1 ( content ) : Separator unmatched.
Please help.