01-15-2015, 11:47 PM
(This post was last modified: 01-15-2015, 11:53 PM by Taurophylax.)
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:
I guess I'm looking to see if my rule parameter is correct and any other obvious weirdness you see.
Thanks!
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!