hashcat Forum

Full Version: multi rules debugging
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I'm trying to use multi rules on Hashcat.

As I uderstant I can use it by putting many -r option.

To debug my rules files I usually use a line like that:

./hashcat-cli64.bin -r 1.rule --stdout

But when I enter


./hashcat-cli64.bin -r 1.rule -r 2.rule --stdout

It seems that it don't take the second rules.
Am i missing something?
What's the problem of using a single file then?

Code:
$ sort -u 1.rule 2.rule -o myrules.rule
$ ./hashcat-cli64.bin -r myrules.rule --stdout
It's oclhashcat that support multi rules file. Hashcat uses only 1.