![]() |
Combinator with left and right rules - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Combinator with left and right rules (/thread-5711.html) |
Combinator with left and right rules - devilsadvocate - 07-27-2016 I am trying to execute this on the command line: ./hashcat64.bin -a 1 -m 100 test.hash english.txt english1.txt -j ./rules/dive.rule -k ./rules/dive.rule --session=test --potfile-path=test.pot I get this: ERROR: english.txt: empty file What am I missing here? Any guidance is appreciated. RE: Combinator with left and right rules - devilsadvocate - 07-27-2016 Nevermind. Rules files aren't supported with -j or -k, only single rules. I will investigate another way. |