Token length exception
#1
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.
Reply
#2
the hash file must exist

/root/HASH/MySQL5.txt no such file . file does not exist
Reply
#3
( 200 MySQL323 7196759210defdc0 ) 

What's this?

Why --force?
Reply
#4
(06-09-2019, 10:01 PM)philsmd Wrote: the hash file must exist

/root/HASH/MySQL5.txt no such file . file does not exist

It`s my file. I`ve created it. It has hashes...
Reply
#5
(06-10-2019, 07:42 AM)hashserious Wrote: ( 200 MySQL323 7196759210defdc0 ) 

What's this?

Why --force?

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
Reply
#6
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
Reply
#7
Solved.

.hash for my hash file should be
Reply