SHA1 underscore salted ?
#9
Lets say a username is "Jorgen" and the password is "narepanne" (the real password can be Narepanne, NarePanne and other case mutations, but it doesn't matter since the algo uppercases all the passwords).
This gives us the following hash: dc988c67372835f1156659e69b94d86e6c735e00.
To use this with any cats, you select -m 120 and put the hash in the following format in the hashfile:
dc988c67372835f1156659e69b94d86e6c735e00:Jorgen_
And, of course, use the rule u, or you'll be wasting time.

Now you know how to modify it to any example.
Also, if any cats find a colon in a salt, they treat it as a character, not separator, unless the hash has a username after the salt.


Messages In This Thread
SHA1 underscore salted ? - by Mem5 - 02-26-2013, 08:02 PM
RE: SHA1 underscore salted ? - by Rolf - 02-26-2013, 08:06 PM
RE: SHA1 underscore salted ? - by epixoip - 02-26-2013, 08:07 PM
RE: SHA1 underscore salted ? - by Mem5 - 02-27-2013, 09:10 AM
RE: SHA1 underscore salted ? - by atom - 02-27-2013, 10:14 AM
RE: SHA1 underscore salted ? - by epixoip - 02-27-2013, 01:15 PM
RE: SHA1 underscore salted ? - by M@LIK - 02-27-2013, 05:10 PM
RE: SHA1 underscore salted ? - by Mem5 - 02-28-2013, 09:20 AM
RE: SHA1 underscore salted ? - by Rolf - 02-28-2013, 10:10 AM
RE: SHA1 underscore salted ? - by Mem5 - 03-02-2013, 11:04 AM