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 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
use hashcat for rule debugging
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?
(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.
yes, it's simply chaining the rules.
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
no, multi rules are combining rules, not running them in a sequence. therefore, mastercrackers suggestion is correct.