Any way to tackle md5(md5($password).$salt)?
#6
ukyang, the format is like you wrote Hash:Salt. If your hash is really Vbulletin then your salt is probably in hex format. You have to use -m 2611 (for Vbulletin with 3 characters salt) and the switch --hex-salt
and it should work.


Messages In This Thread
RE: Any way to tackle md5(md5($password).$salt)? - by mastercracker - 11-08-2012, 01:22 PM