Sha1(user:pass) decryption
#1
Hello guys.
I just found out how awesome hashcat is and now I'm trying to figure out how to decrypt these passwords:

The passwords are generated this way:
Code:
$hash = sha1(strtoupper($user).':'.strtoupper($pass));

I know the hashes and the user name and I'm looking for the password.
Can anyone help me to configure hashcat, so I can decode these passwords?
Thanks.


Messages In This Thread
Sha1(user:pass) decryption - by deepsylol - 01-07-2013, 08:14 PM
RE: Sha1(user:pass) decryption - by radix - 01-07-2013, 08:17 PM
RE: Sha1(user:pass) decryption - by U_nix - 01-08-2013, 01:51 AM
RE: Sha1(user:pass) decryption - by atom - 01-08-2013, 11:23 AM