Having trouble with rules.
#1
Hi all, I'm having trouble getting this to work. I keep getting the "Line-length exception ERROR: No hashes loaded" error, but I'm not even sure if my command is correct anyway.

I have a hash, let's call it 123mysha256hash123 which consists of $salt + $password

Now, I already know the $password is "John Smith", so how can I brute force the hash and find the salt?

My command so far:

Code:
cudaHashcat64.exe -m 1420 -a 3 "123mysha256hash123" --rule-right="$J$o$h$n$ $S$m$i$t$h"

I guess I'm looking to see if my rule parameter is correct and any other obvious weirdness you see.

Thanks!


Messages In This Thread
Having trouble with rules. - by Taurophylax - 01-15-2015, 11:47 PM
RE: Having trouble with rules. - by epixoip - 01-16-2015, 09:18 AM