Having trouble with rules. - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html) +--- Thread: Having trouble with rules. (/thread-3981.html) |
Having trouble with rules. - Taurophylax - 01-15-2015 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! RE: Having trouble with rules. - epixoip - 01-16-2015 First, for mode 1420 your hash needs to be formatted as hashalt Second, your syntax is entirely wrong. Read the wiki article on mask attacks. |