Sha1(user:pass) decryption - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html) +--- Forum: Very old oclHashcat-plus Support (https://hashcat.net/forum/forum-23.html) +--- Thread: Sha1(user:pass) decryption (/thread-1944.html) |
Sha1(user:pass) decryption - Xelarzo - 01-13-2013 Hello guys. I recently found out hashcat and I read alot about it, but I can't figure out how to make it decrypt SHA1(USERNAMEASSWORD) hashes. I have list which looks like this: Quote:USERNAME | HASH The hashes are encrypted this way: Quote:$hash = sha1(strtoupper($user).':'.strtoupper($pass));Which mean for example if we got username: Test and password asdtest2 the hash will look like this: SHA1(TEST:ASDTEST2). I guess I need to check only Uppercase A-Z, 0-9 and the special symbols like @!$%^, but I don't know how to make this settings. RE: Sha1(user:pass) decryption - radix - 01-13-2013 so convert your users to upper, then use -m 120 RE: Sha1(user:pass) decryption - Xelarzo - 01-13-2013 Yeah, but where exacly I should write the hashes? As I know I should write them in the text file like this : hashalt but salt also have ":" RE: Sha1(user:pass) decryption - radix - 01-13-2013 if you think really really hard, you might realise you just answered your own question RE: Sha1(user:pass) decryption - Xelarzo - 01-13-2013 Well then the hashfile should like like this: XXXXXXXXXXXXXXXXXXXXXXX:SALT: ? Also how I can force hashcat to try only with uppercase chars, 0-9 and !@#$%^&*? RE: Sha1(user:pass) decryption - radix - 01-13-2013 -1 ?u?d?s |