Line-length exception - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Line-length exception (/thread-7461.html) |
Line-length exception - SHAHADA - 04-26-2018 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 RE: Line-length exception - undeath - 04-26-2018 hashcat cannot find your hash file. RE: Line-length exception - SHAHADA - 04-27-2018 undeath Thank you! |