Token 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: Token length exception (/thread-8414.html) |
Token length exception - Egoiste - 06-09-2019 Hi guys. I do know there are many topics about the problem , but still. Cant find the solution 76e375e35ccca94a 103A560771D77D81FE96526C97093C7556604357 Mysql hashes. I tried -m 200 , 300 etc but still doesnt work ashcat --force -m 300 -a 0 /root/HASH/MySQL5.txt /root/HASH/realuniq.lst hashcat (v5.1.0) starting... nvmlDeviceGetFanSpeed(): Not Supported nvmlDeviceGetFanSpeed(): Not Supported OpenCL Platform #1: NVIDIA Corporation ====================================== * Device #1: GeForce GTX 980M, 2031/8124 MB allocatable, 12MCU * Device #2: GeForce GTX 980M, 2031/8126 MB allocatable, 12MCU OpenCL Platform #2: The pocl project ==================================== * Device #3: pthread-Intel(R) Core(TM) i7-6820HK CPU @ 2.70GHz, skipped. Hash '/root/HASH/MySQL5.txt': Token length exception No hashes loaded. Furthermore I tried with https://hashcat.net/wiki/doku.php?id=example_hashes ( 200 MySQL323 7196759210defdc0 ) And got the following: hashcat --force -m 200 /root/HASH/MySQL5.txt /root/HASH/realuniq.lst hashcat (v5.1.0) starting... nvmlDeviceGetFanSpeed(): Not Supported nvmlDeviceGetFanSpeed(): Not Supported OpenCL Platform #1: NVIDIA Corporation ====================================== * Device #1: GeForce GTX 980M, 2031/8124 MB allocatable, 12MCU * Device #2: GeForce GTX 980M, 2031/8126 MB allocatable, 12MCU OpenCL Platform #2: The pocl project ==================================== * Device #3: pthread-Intel(R) Core(TM) i7-6820HK CPU @ 2.70GHz, skipped. /usr/share/hashcat/OpenCL/m00200_a0-optimized.cl: Pure OpenCL kernel not found, falling back to optimized OpenCL kernel Hash '/root/HASH/MySQL5.txt': Token length exception No hashes loaded. Dont know what I`m doin` wrong. RE: Token length exception - philsmd - 06-09-2019 the hash file must exist /root/HASH/MySQL5.txt no such file . file does not exist RE: Token length exception - hashserious - 06-10-2019 ( 200 MySQL323 7196759210defdc0 ) What's this? Why --force? RE: Token length exception - Egoiste - 06-10-2019 (06-09-2019, 10:01 PM)philsmd Wrote: the hash file must exist It`s my file. I`ve created it. It has hashes... RE: Token length exception - Egoiste - 06-10-2019 (06-10-2019, 07:42 AM)hashserious Wrote: ( 200 MySQL323 7196759210defdc0 ) I meant that I used a true length from example page. Just to be sure that it`s correct. It`s doent matter force or not in this case. But ot a native Intel OpenCL runtime. Expect massive speed loss. You can use --force to override, but do not report related errors. That`s why RE: Token length exception - philsmd - 06-10-2019 please make sure that the file exist. hashcat searched for the file and didn't find it. The file does NOT exist maybe it's stored somewhere else or you renamed it or it has .txt.txt extension etc RE: Token length exception - Egoiste - 06-10-2019 Solved. .hash for my hash file should be |