hashcat Forum

Full Version: Cant figure out how to get the rule into the line correctly
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
./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
Just add the path for best64.rule.
how do i add the the path? its in the file right? is there another step besides adding the -r?
(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
Example on windows:
c:\Hashcat> cudaHashcat-plus64 -m 0 -a 0 hash.txt wordList -r rules\best64.rule