Using d3ad0ne_1.5K.rule:
- hashcat 0.45b6 display 1.540 rules, no rule is skipped
- oclHashcat 0.15b9 display 1.522 rules, some displayed as duplicated and ignored.
Checked the rule file and I found the problem, with just two examples:
1 - oclHashcat consider duplicated rule $1$2$3
The rule file have, among the other rules, two rules:
- $1$2$3
- $1$2$3$4
2 - oclHashcat consider duplicated rule $0$1
The rule file have, among the other rules, two rules:
- $0$1
- $0$0$1
This way, oclHashcat is skipping valid rules.
- hashcat 0.45b6 display 1.540 rules, no rule is skipped
- oclHashcat 0.15b9 display 1.522 rules, some displayed as duplicated and ignored.
Checked the rule file and I found the problem, with just two examples:
1 - oclHashcat consider duplicated rule $1$2$3
The rule file have, among the other rules, two rules:
- $1$2$3
- $1$2$3$4
2 - oclHashcat consider duplicated rule $0$1
The rule file have, among the other rules, two rules:
- $0$1
- $0$0$1
This way, oclHashcat is skipping valid rules.