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-9595.html) |
Token length exception - Bleh - 10-26-2020 >>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? RE: Token length exception - Bleh - 10-26-2020 (10-26-2020, 12:18 AM)Bleh Wrote: >>hashcat -m 0 -a 0 crackme.txt password.txt RE: Token length exception - undeath - 10-26-2020 your hash list does not seem to include a valid md5 hash. RE: Token length exception - Bleh - 10-27-2020 (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. RE: Token length exception - undeath - 10-27-2020 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. RE: Token length exception - philsmd - 10-28-2020 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). |