hashcat
hashcat copied to clipboard
Add module 32800 for Simpla CMS - md5($salt.$pass.md5($pass))
Add module 32800 for Simpla CMS - md5($salt.$pass.md5($pass)); Pure Kernel only.
confirmed functioning with a basic test
Hi @Brets0150, do you think you will complete it? there is some stuff missing Thanks
Please add the missing unit-test
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.
Please also -a 1 and -a 3 kernels are missing. We can't merge incomplete implementations.
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.
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.
You must still use an older hashcat base, I had to update to latest hashcat interface version. After that everything worked.
Top, thanks!