multi rules debugging
#1
Hello, I'm trying to debug my rules,

On Hashcat the --stdout option can be used, but not on oclHashcat (I guess).
Nevertheless i'm trying to use this option to see the result of using 2 rules!

Is there a way to see it the result in stdout or in a file with oclHashcat??

Thx a lot
#2
use hashcat for rule debugging
#3
yes but in hashcat you can't use multi-rule.
And I want to know the result of using 2 differents rule simultanously. Is it only just appending rules or doing some smart proccess?
#4
(08-27-2013, 06:12 PM)yofbalibump Wrote: yes but in hashcat you can't use multi-rule.
And I want to know the result of using 2 differents rule simultanously. Is it only just appending rules or doing some smart proccess?
Use the combinator from hashcat-utils and create the list of combinations that you want. Test on Hashcat after.
#5
yes, it's simply chaining the rules.
#6
So normally, if I put 2 times the same rule, the result should be the same right?
During my test I found a different conclusion. I feel a bit confused
#7
no, multi rules are combining rules, not running them in a sequence. therefore, mastercrackers suggestion is correct.