multi rules debugging
#1
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?
#2
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
#3
It's oclhashcat that support multi rules file. Hashcat uses only 1.