multi rules debugging - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html) +--- Forum: Very old oclHashcat-plus Support (https://hashcat.net/forum/forum-23.html) +--- Thread: multi rules debugging (/thread-2554.html) |
multi rules debugging - yofbalibump - 08-27-2013 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 RE: multi rules debugging - undeath - 08-27-2013 use hashcat for rule debugging RE: multi rules debugging - yofbalibump - 08-27-2013 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? RE: multi rules debugging - mastercracker - 08-27-2013 (08-27-2013, 06:12 PM)yofbalibump Wrote: yes but in hashcat you can't use multi-rule.Use the combinator from hashcat-utils and create the list of combinations that you want. Test on Hashcat after. RE: multi rules debugging - undeath - 08-27-2013 yes, it's simply chaining the rules. RE: multi rules debugging - yofbalibump - 08-28-2013 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 RE: multi rules debugging - atom - 08-28-2013 no, multi rules are combining rules, not running them in a sequence. therefore, mastercrackers suggestion is correct. |