Need help with Adobe Experience Manager (AEM) SHA-256 hashes - 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: Need help with Adobe Experience Manager (AEM) SHA-256 hashes (/thread-11778.html) |
Need help with Adobe Experience Manager (AEM) SHA-256 hashes - lpha3ch0 - 01-20-2024 I have hashcat version 6.2.6. When I run Code: /opt/hashcat/hashcat-6.2.6/hashcat.bin --help I have tried -m 32030 but get this error: Code: /opt/hashcat/hashcat-6.2.6/modules/module_32023.so: cannot open shared object file: No such file or directory I had previously installed hashcat via Ubuntu apt, but found that it didn't support AEM, so after finding that Hashcat had supposedly added support for AEM in 6.2.x I downloaded that version and ran it from Code: /opt/hashcat/hashcat-6.2.6/hashcat.bin There's another post on this forum about AEM but it predates the addition of AEM to 6.2.x. What am I doing wrong? RE: Need help with Adobe Experience Manager (AEM) SHA-256 hashes - Banaanhangwagen - 01-24-2024 Make sure you've got the latest beta, as found here https://hashcat.net/beta/, and you'll be fine. Also, please double check your typing: you'll need to use -m 32031 or -m 32041 (and not 32030 or 32023 like OP mentioned) RE: Need help with Adobe Experience Manager (AEM) SHA-256 hashes - lpha3ch0 - 01-24-2024 (01-24-2024, 01:08 PM)Banaanhangwagen Wrote: Make sure you've got the latest beta, as found here https://hashcat.net/beta/, and you'll be fine. This is the answer. I had to compile it myself as the compiled release didn't match the latest source. |