hashcat icon indicating copy to clipboard operation
hashcat copied to clipboard

Add module 32800 for Simpla CMS - md5($salt.$pass.md5($pass))

Open Brets0150 opened this issue 8 months ago • 2 comments

Add module 32800 for Simpla CMS - md5($salt.$pass.md5($pass)); Pure Kernel only.

Brets0150 avatar Mar 19 '25 19:03 Brets0150

confirmed functioning with a basic test

0xVavaldi avatar Mar 19 '25 20:03 0xVavaldi

Hi @Brets0150, do you think you will complete it? there is some stuff missing Thanks

matrix avatar Apr 25 '25 10:04 matrix

Please add the missing unit-test

jsteube avatar Jul 09 '25 08:07 jsteube

I just saw that there's a collision with hash-mode number.

Mode 32800 is occupied and was PR'd earlier than this PR, so this PR needs to be updated.

Please rename the mode from 32800 to 22800, we reserve it for you.

jsteube avatar Jul 16 '25 18:07 jsteube

Please also -a 1 and -a 3 kernels are missing. We can't merge incomplete implementations.

jsteube avatar Jul 19 '25 08:07 jsteube

Hello, my apologies for the delay. I understand that I have been reassigned a different mode number(22800) and will update my module accordingly. Additionally, I will work on the other two kernels(1, 3), and the unit-testing.

Brets0150 avatar Jul 21 '25 13:07 Brets0150

Hello, The a1 and a3 pure kernels have been added and pass all unit-testing. Added the Perl test-unit script. Also, the module has been updated to mode number 22800.

Ready for review.

unit-testing_22800

Brets0150 avatar Jul 29 '25 15:07 Brets0150

You must still use an older hashcat base, I had to update to latest hashcat interface version. After that everything worked.

Top, thanks!

jsteube avatar Jul 29 '25 16:07 jsteube