Cant figure out how to get the rule into the line correctly - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html) +--- Thread: Cant figure out how to get the rule into the line correctly (/thread-2625.html) |
Cant figure out how to get the rule into the line correctly - !llum!n4t3 - 09-14-2013 ./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 RE: Cant figure out how to get the rule into the line correctly - zarabatana - 09-14-2013 Just add the path for best64.rule. RE: Cant figure out how to get the rule into the line correctly - !llum!n4t3 - 09-14-2013 how do i add the the path? its in the file right? is there another step besides adding the -r? RE: Cant figure out how to get the rule into the line correctly - The Mechanic - 09-14-2013 (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 RE: Cant figure out how to get the rule into the line correctly - zarabatana - 09-14-2013 Example on windows: c:\Hashcat> cudaHashcat-plus64 -m 0 -a 0 hash.txt wordList -r rules\best64.rule |