Identifying the type of hash algorithm hash-identifier

Identifying the type of hash algorithm hash-identifier

hash-identifier is a hash algorithm identification tool. By this means, the user can recognize the hash algorithm used for hash value. After determination algorithm may be employed on the corresponding tool be xx. Execute the command as follows:

root@daxueba:~# hash-identifier

Output is shown below:

   #########################################################################

   # __  __                __               ______    _____     #

   # /\ \/\ \              /\ \        /\__  _\  /\  _ `\           #

   # \ \ \_\ \     __      ____ \ \ \___      \/_/\ \/  \ \ \/\ \         #

   # \ \  _  \  /'__`\   / ,__\ \ \  _ `\           \ \ \   \ \ \ \ \     #

   #   \ \ \ \ \/\ \_\ \_/\__, `\ \ \ \ \ \     \_\ \__ \ \ \_\ \          #

   #    \ \_\ \_\ \___ \_\/\____/  \ \_\ \_\     /\_____\ \ \____/       #

   # \ / _ / \ / _ / \ / __ / \ / _ / \ / ___ / \ / _ / \ / _ / \ / _____ / \ / ___ / v1.1 #

   #                                                                  By Zion3R #

   #                                                         www.Blackploit.com #

   #                                                       [email protected] #

   #########################################################################

 

   -------------------------------------------------------------------------

 HASH:

In the bottom of the output of the need to enter the hash value to be recognized. For example, to identify a hash value e2fc714c4727ee9395f324cd2e7f331f, enter the value, the output of the transport information as follows:

HASH: e2fc714c4727ee9395f324cd2e7f331f

 

Possible Hashs:

[+]  MD5

[+]  Domain Cached Credentials - MD4(MD4(($pass)).(strtolower($username)))

 

Least Possible Hashs:

[+]  RAdmin v2.x

[+]  NTLM

[+] MD4

[+]  MD2

[+]  MD5(HMAC)

[+]  MD4(HMAC)

[+]  MD2(HMAC)

[+]  MD5(HMAC(Wordpress))

[+]  Haval-128

[+]  Haval-128(HMAC)

[+] RipeMD 128

[+]  RipeMD-128(HMAC)

[+]  SNEFRU-128

[+]  SNEFRU-128(HMAC)

[+]  Tiger-128

[+]  Tiger-128(HMAC)

[+]  md5($pass.$salt)

[+]  md5($salt.$pass)

[+]  md5($salt.$pass.$salt)

[+]  md5($salt.$pass.$username)

[+]  md5($salt.md5($pass))

[+]  md5($salt.md5($pass))

[+]  md5($salt.md5($pass.$salt))

[+]  md5($salt.md5($pass.$salt))

[+]  md5($salt.md5($salt.$pass))

[+]  md5($salt.md5(md5($pass).$salt))

[+]  md5($username.0.$pass)

[+]  md5($username.LF.$pass)

[+]  md5($username.md5($pass).$salt)

[+]  md5(md5($pass))

[+]  md5(md5($pass).$salt)

[+]  md5(md5($pass).md5($salt))

[+]  md5(md5($salt).$pass)

[+]  md5(md5($salt).md5($pass))

[+]  md5(md5($username.$pass).$salt)

[+]  md5(md5(md5($pass)))

[+]  md5(md5(md5(md5($pass))))

[+]  md5(md5(md5(md5(md5($pass)))))

[+]  md5(sha1($pass))

[+]  md5(sha1(md5($pass)))

[+]  md5(sha1(md5(sha1($pass))))

[+]  md5(strtoupper(md5($pass)))

 

   -------------------------------------------------------------------------

 HASH:

You can see information output from the hash value outputted recognition, most likely it will first hash output type. For example, the first line of information Possible Hashs output information, you can see the type of the hash value of MD5 of the most likely type. Then, the smaller the output table the possibility of some type of hash algorithm. For example, Least Possible Hashs (bold part) following the content information displayed in the output hash value is also possible to employ some other hash algorithm.

Guess you like

Origin blog.csdn.net/u014621518/article/details/89841079