07-04-2014, 06:43 AM
(07-03-2014, 10:23 AM)epixoip Wrote: you're missing the most important part, and that is the fact that the specific algorithm you are trying to crack is not supported.
-m 4500 is sha1_hex(sha1_hex(pass))
your algorithm is sha1_hex(sha1_raw(pass))
so -m 4500 will not work for what you are doing.
Oh wow! I get it now, philsmd explained it too... so the algo is safe from hashCat! Cool!