Problem with md5 brute force
#2
From here.

Code:
* Generic hash types:

    0 = MD5
   10 = md5($pass.$salt)
   20 = md5($salt.$pass)
   30 = md5(unicode($pass).$salt)
   40 = md5($salt.unicode($pass))
  100 = SHA1
  110 = sha1($pass.$salt)
  120 = sha1($salt.$pass)
  130 = sha1(unicode($pass).$salt)
  140 = sha1($salt.unicode($pass))
  300 = MySQL
  400 = phpass, MD5(Wordpress), MD5(phpBB3)
  500 = md5crypt, MD5(Unix), FreeBSD MD5, Cisco-IOS MD5
  900 = MD4
1000 = NTLM
1100 = Domain Cached Credentials, mscash
1400 = SHA256
1410 = sha256($pass.$salt)
1420 = sha256($salt.$pass)
1500 = descrypt, DES(Unix), Traditional DES
1600 = md5apr1, MD5(APR), Apache MD5
1700 = SHA512
1710 = sha512($pass.$salt)
1720 = sha512($salt.$pass)
1800 = sha512crypt, SHA512(Unix)
2100 = Domain Cached Credentials2, mscash2
2400 = Cisco-PIX MD5
2500 = WPA/WPA2
2600 = Double MD5
3000 = LM
3100 = Oracle 7-10g, DES(Oracle)
3200 = bcrypt, Blowfish(OpenBSD)
5000 = SHA-3(Keccak)
5100 = Half MD5
5200 = Password Safe SHA-256
5300 = IKE-PSK MD5
5400 = IKE-PSK SHA1

* Specific hash types:

   11 = Joomla
   21 = osCommerce, xt:Commerce
  101 = nsldap, SHA-1(Base64), Netscape LDAP SHA
  111 = nsldaps, SSHA-1(Base64), Netscape LDAP SSHA
  112 = Oracle 11g
  121 = SMF > v1.1
  122 = OSX v10.4, v10.5, v10.6
  131 = MSSQL(2000)
  132 = MSSQL(2005)
  141 = EPiServer 6.x
1722 = OSX v10.7
2611 = vBulletin < v3.8.5
2711 = vBulletin > v3.8.5
2811 = IPB2+, MyBB1.2+


Messages In This Thread
Problem with md5 brute force - by tori - 03-08-2013, 10:55 PM
RE: Problem with md5 brute force - by Hash-IT - 03-08-2013, 11:13 PM
RE: Problem with md5 brute force - by tori - 03-08-2013, 11:18 PM
RE: Problem with md5 brute force - by Hash-IT - 03-08-2013, 11:32 PM
RE: Problem with md5 brute force - by tori - 03-08-2013, 11:44 PM
RE: Problem with md5 brute force - by Hash-IT - 03-08-2013, 11:48 PM
RE: Problem with md5 brute force - by tori - 03-08-2013, 11:56 PM
RE: Problem with md5 brute force - by Hash-IT - 03-09-2013, 12:00 AM
RE: Problem with md5 brute force - by tori - 03-09-2013, 12:15 AM
RE: Problem with md5 brute force - by Hash-IT - 03-09-2013, 12:28 AM
RE: Problem with md5 brute force - by tori - 03-09-2013, 12:50 AM
RE: Problem with md5 brute force - by Hash-IT - 03-09-2013, 12:56 AM