hashcat Forum
Missing module 29311 (truecrypt) - 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: Missing module 29311 (truecrypt) (/thread-12160.html)



Missing module 29311 (truecrypt) - Onegdknee - 09-17-2024

Hello,

Working on a truecrypt volume. Trying the example hashes beyond legacy and keep getting a missing module or file error. I have verified the hash file is in the correct directory but am getting the same error:

c:\Users\empow\hashcat-6.2.6>hashcat -a 3 -m29311 truecrypt_ripemd160_xts512.txt ?lash?lat --backend-ignore-cuda
hashcat (v6.2.6) starting

Either the specified hash mode does not exist in the official repository,
or the file(s) could not be found. Please check that the hash mode number is
correct and that the files are in the correct place.

Cannot load module ./modules/module_29311.dll

Started: Mon Sep 16 15:28:08 2024
Stopped: Mon Sep 16 15:28:08 2024

Q1: What am I doing wrong? (BTW the .txt file is ANSI encoding not ASCII--hope that will work as it won't save as ASCII in notepad)
Q2: When I copy my hdr file will I need to add ?truecrypt? as is done in the example? 
Q3: It appears from the example hash that the format of the hex file is important, ie. one long string. Do I need to omit the spaces and combine all of the hex characters into one long line to insert into the hdr file before hashing?

Much appreciate some help with this!


RE: Missing module 29311 (truecrypt) - slyexe - 09-17-2024

hashcat.com/beta try that first


RE: Missing module 29311 (truecrypt) - b8vr - 09-17-2024

It's $truecrypt$, not ?truecrypt?.
Also, if you take an extra look of the example hash, the first - I think it's 128 bytes - is a header, which is followed by a $.
And yes, no spaces in the hash. It's one long string.