04-18-2012, 10:36 PM
@Mem5::
u didnt say anything new.. these "Salt Length" below are not fixed (tries).. i want to know the fixed values
u didnt say anything new.. these "Salt Length" below are not fixed (tries).. i want to know the fixed values
Code:
2611 = vBulletin < v3.8.5
md5(md5($pass).$salt)
md5($username.md5($pass).$salt)
md5(md5($username.$pass).$salt)
Salt Length: 3 - 4
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa:aaa
c87aacfceafb791df7a38ae3fd08ca3b:aaa:HashCat
2711 = vBulletin > v3.8.5
md5(md5($pass).$salt)
md5($username.md5($pass).$salt)
md5(md5($username.$pass).$salt)
Salt Length: 30
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
f247f6a7212931e35af9c14db8470d74:aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa:HashCat
2811 = IPB 2.0, MyBB1.2
md5(md5($salt).md5($pass))
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa:aaaaa
Salt Length: 5 - 8
d2af0364499b0a56d3065210a47b37da:aaaaa:HashCat