07-22-2016, 10:30 AM
You can't do -a 1 with -r in combination. What I meant is more like this:
$ ./combinator.bin words.dict words.dict | ./hashcat -m 0 -a 0 -r rules.rule
This way you can't specify which rule to apply on which wordlist, but if you do -m 0 based attack that doesn't matter anyway. It wont hurt you to do some extra runs because it's so fast anyway.
$ ./combinator.bin words.dict words.dict | ./hashcat -m 0 -a 0 -r rules.rule
This way you can't specify which rule to apply on which wordlist, but if you do -m 0 based attack that doesn't matter anyway. It wont hurt you to do some extra runs because it's so fast anyway.