Need help with Adobe Experience Manager (AEM) SHA-256 hashes
#1
I have hashcat version 6.2.6. When I run
Code:
/opt/hashcat/hashcat-6.2.6/hashcat.bin --help
 I don't see a mode related to Adobe AEM, yet I've found that it supposedly supports it here: https://github.com/search?q=repo%3Ahashc...&type=code

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?
Reply
#2
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)
Reply
#3
(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.

Also, please double check your typing: you'll need to use -m 32031 or -m 32041
(and not 32030 or 32023 like OP mentioned)

This is the answer. I had to compile it myself as the compiled release didn't match the latest source.
Reply