Help for a noob
#1
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):
  • 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)))
What commandline parameters can I use to do these attacks?


Messages In This Thread
Help for a noob - by bithash - 09-15-2015, 01:53 PM
RE: Help for a noob - by alert - 09-15-2015, 04:05 PM
RE: Help for a noob - by bithash - 09-15-2015, 10:38 PM
RE: Help for a noob - by alert - 09-16-2015, 12:21 PM