md5(md5($pass).$salt)
#2
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)


Messages In This Thread
md5(md5($pass).$salt) - by mahan - 08-20-2018, 09:11 AM
RE: md5(md5($pass).$salt) - by philsmd - 08-20-2018, 09:48 AM