10-11-2020, 02:53 AM
After cracking using
I run
which yields
.
The hashes.txt file contains SHA1 hashes (40 hex characters), each on a line. I checked for spaces and CR's but didn't find any. The file was saved using Sublime Text's "Save with encoding">UTF-8 option.
Any further ideas for troubleshooting this?
Code:
hashcat -a 0 -m 100 -o result.txt hashes.txt rockyou.txt
I run
Code:
hashcat --show hashes.txt
which yields
Code:
Token length exception
The hashes.txt file contains SHA1 hashes (40 hex characters), each on a line. I checked for spaces and CR's but didn't find any. The file was saved using Sublime Text's "Save with encoding">UTF-8 option.
Any further ideas for troubleshooting this?