Jump to content
mrbig

MD5 password bruteforcing cu GPU

Recommended Posts

Posted

Multumesc pentru raspuns.

Inca o intrebare ce fel de hash type trebuie sa folosesc pentru decryptarea hashului:

md5(md5($pass))

md5(sha1($pass))

md5($pass.$salt)

md5($salt.$pass)

md5(md5($pass).$salt)

md5(md5($salt).$pass)

md5($salt.$pass.$salt)

md5($salt.md5($pass))

md5(md5($salt).md5($pass))

md5(md5($pass).md5($salt))

md5($username.'\0'.$pass)

?

Posted

-salt:[hex] Append salt after password

-asalt:[string] Append salt in ascii after password

-usalt:[string] Append salt in unicode after password

-ulsalt:[string] Same as above but unicode string firstly transformed to lower case

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...