hashcat cracking special chars error
#5
(05-27-2010, 05:18 PM)atom Wrote: no. hashcat is complaining about an -unmatched seperator-

this mean either your hash is not exactly 40 bytes or on pos 40 + 1 is not the expected seperator char or you have wrong -m mode.

but, if i counted correctly from your screenshot, your hash has only 39 bytes. then this is the problem.

do you mean that the program take the first 40 bytes to be the hash and 41th byte to the seperator char?then program reads the 42th byte to the end of line("\r\n"??) to be the salt? do the salt store in bytes array and can i use a option to define the length of salt?

by the way , can seperator be two or more chars using -p option?

thanks , dear Atom.Blush


Messages In This Thread
hashcat cracking special chars error - by xiaozhi - 05-27-2010, 02:53 PM
RE: hashcat cracking special chars error - by xiaozhi - 05-28-2010, 01:48 AM