Hashcat and Invision Power Board 4.xx?
#1
Hello hashcat, community and developers, how can I "decrypt" a hash created by IPB4?
I tried -m 2811 but seems that the old encryption method used by IPB in 2.xx and 3.xx isn't used in 4.xx anymore.
Any solutions?
#2
IPB v4 uses unix-blowfish hashes. crypt( $password, '$2a$13$' . $salt );
#3
Any defined hashcat mode that might help?
#4
-m 3200
#5
Oh, thank you.