Cant figure out how to get the rule into the line correctly
#1
./hashcat-cli64.app -m 0 -a 1 hash.txt wordList -r best64.rule

is an example of one of the lines i've input into terminal. ive read over the wiki a few times looking for what is wrong and ive tried a lot of different combinations but this is the response i get every time

Added hashes from file hash.txt: 1 (1 salts)
Activating quick-digest mode for single-hash
best64: No such file or directory

any help would be greatly appreciated
#2
Just add the path for best64.rule.
#3
how do i add the the path? its in the file right? is there another step besides adding the -r?
#4
(09-14-2013, 08:36 PM)!llum!n4t3 Wrote: how do i add the the path?

You would most likely use the keyboard to type it into the command line
#5
Example on windows:
c:\Hashcat> cudaHashcat-plus64 -m 0 -a 0 hash.txt wordList -r rules\best64.rule