09-15-2015, 01:53 PM
Hi, i'm a noob of this program.
I need help cracking an hash.
I know:
- plaintext
- hash of the plaintext (it seems an md5)
I need to know what algorithm it's used to generate that hash (if they use salt etc...).
It is possible to do that using hashcat?
I know it's not a simple task, because there are infinite possible combination of algoritms that can be used to generate an hash.
However, i'd like to give it a try and do at least these attacks (that are supported by hashcat):
I need help cracking an hash.
I know:
- plaintext
- hash of the plaintext (it seems an md5)
I need to know what algorithm it's used to generate that hash (if they use salt etc...).
It is possible to do that using hashcat?
I know it's not a simple task, because there are infinite possible combination of algoritms that can be used to generate an hash.
However, i'd like to give it a try and do at least these attacks (that are supported by hashcat):
- md5($pass.$salt)
- md5($salt.$pass)
- md5(unicode($pass).$salt)
- md5($salt.unicode($pass))
- md5(sha1($pass))
- md5($salt.md5($pass))
- md5($salt.$pass.$salt)
- md5(strtoupper(md5($pass)))