Help for noob
#3
Thanks for the reply, any way it's not a password, the hash algorithm is md5 and it's used as checksum, for this reason I know the text and its hash but I need to find out the salt.

So I create a file with the hash:text only and then I use the command:

hashcat -m 10 -a 3 mytexthashfile.txt

I suppose that the format is salt.pass, because I try to find the salt I have to use the reverse one, this means pass.salt mode, am I correct?
Moreover I think that the salt is just plain text with no upper case, numbers and special chars, do I have to specify a custom charset?

Thanks


Messages In This Thread
Help for noob - by Spamme - 01-26-2014, 08:14 PM
RE: Help for noob - by mastercracker - 01-27-2014, 03:33 AM
RE: Help for noob - by Spamme - 01-27-2014, 11:11 AM
RE: Help for noob - by Spamme - 01-27-2014, 11:32 AM
RE: Help for noob - by undeath - 01-27-2014, 12:08 PM
RE: Help for noob - by Spamme - 01-27-2014, 12:26 PM