hashcat Forum

Full Version: Having trouble with rules.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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!
First, for mode 1420 your hash needs to be formatted as hashConfusedalt

Second, your syntax is entirely wrong. Read the wiki article on mask attacks.