hashcat Forum
Cannot load module ./modules/module_02000.dll - 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: Cannot load module ./modules/module_02000.dll (/thread-8466.html)



Cannot load module ./modules/module_02000.dll - VitaKaninen - 07-06-2019

I am trying to troubleshoot a rule that I am making, and on the wiki page, it gives a simple example of how to output a list of the password candidates created by your rule.



Please see the "Debugging Rules" section in:  https://hashcat.net/wiki/doku.php?id=rule_based_attack



When I follow the simple example provided, I get the following error:



[Image: BJlC358.png]



I have looked through the modules folder and they all begin with with either Module32_ddddd.dll, or Module64_ddddd.dll, and none of them are Module32_02000.dll, Module64_02000.dll or Module_02000.dll.



Am I missing a module?


RE: Cannot load module ./modules/module_02000.dll - undeath - 07-06-2019

The module should be in the OpenCL folder. Is it there?


RE: Cannot load module ./modules/module_02000.dll - VitaKaninen - 07-07-2019

(07-06-2019, 11:00 AM)undeath Wrote: The module should be in the OpenCL folder. Is it there?
No, there are no .dll files in that folder, they are all .cl files, and none of them are named module_02000.dll.

I just downloaded a fresh copy of Hashcat, and it is the same.  No .dlls in the OpenCL folder.  Do you have the module in your OpenCL folder?  Where did it come from?


RE: Cannot load module ./modules/module_02000.dll - philsmd - 07-07-2019

if I download the beta version from https://hashcat.net/beta/ I definitely see a file in the modules folder named
module_02000.dll

32-bit support was removed in recent versions of hashcat, but if you know how to compile them yourself you can still compile and use 32-bit binaries. (it's just not present in beta and/or release versions)
https://github.com/hashcat/hashcat/commit/68d6d36761e7f5ddb3b58cb90b6a89e8fe9e088a


RE: Cannot load module ./modules/module_02000.dll - VitaKaninen - 07-07-2019

Thanks.  I was not using the beta version, but my PC is a 64 bit and I am using Nvidia 1080.

I wonder why the default version on the program is missing modules.


Edit:

I get this error now:
Code:
module context size is invalid. Old template?

Invalid hash-mode '2000' selected.

But I am able to make it work if I use Hashcat.exe instead of Hashcat64.exe.

Thanks for the help!


RE: Cannot load module ./modules/module_02000.dll - philsmd - 07-08-2019

there is no such file like hashcat64.exe within the beta version. if you have that file extracted, you are doing something horribly wrong (pebcak). It's easy to proof that the file under https://hashcat.net/beta/ has no hashcat64.exe file.

Extracting one archive over the other within the same directory (I assume you did that) can result in to many, many weird errors. do NOT do this !


RE: Cannot load module ./modules/module_02000.dll - VitaKaninen - 07-08-2019

Yeah, that is exactly what I did. I will make a new copy, and move all my rules, password files, and masks manually.

Thanks again.