![]() |
Error Hash - 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: Error Hash (/thread-12526.html) |
Error Hash - shakapp - 03-17-2025 Hi guys, I had problem when I tried to run hashcat with my hash, my rar file there is a lot of file, so the hash was very big, with that size I put the hash inside a text file. So I used thad command: .\hashcat.exe -m 12500 -a3 .\hash.txt ?d?d?d?d?d?d?d?d I get that error: Hashfile '.\hash.txt' on line 1 ($): Signature unmatched HashFile: [REMOVED - Don't post hashes.] RE: Error Hash - nick8606 - 03-17-2025 Hash for m=12500 must begin with "$RAR3$*0*". Try mode 23700 or 23800. RE: Error Hash - DanielG - 03-17-2025 if you start hashcat without a mode (so no -m ) then it will try to autodetect your hash. In this case hashcat will say: Code: Hash-mode was not specified with -m. Attempting to auto-detect hash mode. so it is most likely mode 23800 |