hashcat Forum
md5(md5($pass).$salt) - 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: md5(md5($pass).$salt) (/thread-7755.html)



md5(md5($pass).$salt) - mahan - 08-20-2018

how to crack this kind of hashes with hashcat?
md5(md5($pass).$salt)

i think this hash mode was in very old versions of hashcat. but why it is removed?


RE: md5(md5($pass).$salt) - philsmd - 08-20-2018

This is the algo used by vbulletin, see the --help output:
hashcat supports:
-m 2611 = vBulletin < v3.8.5
and
-m 2711 = vBulletin >= v3.8.5

the difference is mainly the supported salt length (salts for 2711 are longer)