Sha512 Crypt Hashcat vs John
#1
Hello,
I have a set of hashes:
$6$XXXXXX$YYYYYYYYYYY

I know the passwords. When I run cudahashcat against the hashes with a dictionary, I do not get the results. I copy the same hashfile, same dictionary and use john (add user:etc back) and I get them all cracked. Can someone advise?

./john ~/Desktop/hash.txt --wordlist=./pass
[Loaded 7 password hashes with 7 different salts (sha512crypt [64/64])]
cudaHashcat32.exe -m 1800 -a 0 -o out hash.txt pass
[Recovered......: 0/7 (0.00%) Digests, 0/7 (0.00%) Salts]

The files are exactly the same.
#2
Can you provide a hash/plain pair that isn't working?