Token length exception
#1
>>hashcat -m 0 -a 0 crackme.txt password.txt

Device #1: Intel's OpenCL runtime(GPU only) is currently broken.
We are waiting for updated OpenCL drivers from Intel

Hash 'hashcat': Token length exception
No hashes loaded.

what should i do?


Attached Files
.png   Capture.PNG (Size: 27.01 KB / Downloads: 6)
Reply
#2
(10-26-2020, 12:18 AM)Bleh Wrote: >>hashcat -m 0 -a 0 crackme.txt password.txt

Device #1: Intel's OpenCL runtime(GPU only) is currently broken.
We are waiting for updated OpenCL drivers from Intel

Hash 'hashcat': Token length exception
No hashes loaded.

PFA--> its a snapshot of the error, might help!

what should i do?


Attached Files
.png   Capture.PNG (Size: 27.01 KB / Downloads: 7)
Reply
#3
your hash list does not seem to include a valid md5 hash.
Reply
#4
(10-26-2020, 03:14 PM)undeath Wrote: your hash list does not seem to include a valid md5 hash.

crackme.txt has list of 19 digests that i got as an assignment to answers questions like.. type of hashing algorithm used and level of protection does the mechanism offer for passwords. So I can't change it. Though most of them has 33 chars which does seem like md5. I've just started learning all this. Your help is highly appreciated.
Reply
#5
In that case the error shown "Hash 'hashcat': Token length exception" does not make sense in combination with your command line. Try to get hashcat to run with an example hash (list) first.
Reply
#6
it really seems that you are not mentioning the correct full command that you use.

If you really need to post screenshots, why don't you post the full one with the command included ?

To me it seems like an error (maybe syntax error) in your command: because "Hash 'hashcat':" normally means that you are not specifying a hash file at all or the hash file can't be found, otherwise it would say "Hashfile 'crackme.txt' on line" .

Do you see the difference between "Hashfile" vs only "Hash" in these error messages ?... that's a huge difference.

Please post the actual command you use instead (without posting any hashes themself here, mask them etc).
Reply