it is possible?
#4
You need to understand how mirrored hashes work.

For example, you have a sha512($pass.$salt) algorithm, so in order to brute force the salt you'd need to use sha512($salt.$pass), and configure the pseudosalt as the password.


Messages In This Thread
it is possible? - by Pachirlz - 05-02-2014, 11:02 PM
RE: it is possible? - by unix-ninja - 05-02-2014, 11:07 PM
RE: it is possible? - by Pachirlz - 05-03-2014, 04:21 AM
RE: it is possible? - by Rolf - 05-04-2014, 10:45 AM