Hash type list modification
#2
i am not sure if i understood you request correctly. do you mean something like this?

md5(md5($pass)) [PHP] - used with e107.
md5(md5($pass).$salt) [PHP] - used with vBulletin 3.x.x.
md5(md5($salt).md5($pass)) [PHP] - used with IPB 2.x.x.
sha1($username.$pass) [PHP] - used with SMF 1.1.x.

if yes, its already done and is part of the hashcat-gui


Messages In This Thread
Hash type list modification - by blandyuk - 12-01-2010, 11:46 PM
RE: Hash type list modification - by atom - 12-03-2010, 10:46 AM
RE: Hash type list modification - by blandyuk - 12-07-2010, 04:33 PM
RE: Hash type list modification - by atom - 12-07-2010, 04:41 PM