Line-length exception
#1
Hi everyone I'm new to hashcat.
I am trying to crack this file with hashcat

- hashes redacted-

This is the command I used:

hashcat -m 0 -a 0 /root/Desktop/Hash1.txt --force

I get this error:

Hash '/root/Desktop/Hash1.txt': Line-length exception
No hashes loaded.


I also tried using -m 500 and -m 900 and the error stayed the same
maybe someone have a clue what I'm doing wrong? thanks
#2
hashcat cannot find your hash file.
#3
undeath Thank you!