hashcat Forum
Rules effects. - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: Rules effects. (/thread-8940.html)



Rules effects. - snaggle - 02-05-2020

Hi, I'm looking for a way to see the results that different rules have on a various types of passwords, all numbers, all letters etc.

I have searched but can only find old posts and nothing that works for me.

Thanks


RE: Rules effects. - undeath - 02-05-2020

description for individual rules: https://hashcat.net/wiki/doku.php?id=rule_based_attack

to see what a specific ruleset generates you can use hashcat's stdout mode

hashcat -r rules.rule wordlist --stdout


RE: Rules effects. - royce - 02-05-2020

+1. You can also study which rules were effective for a given wordlist, rule list, and target hash list with --debug-mode / --debug-file.


RE: Rules effects. - snaggle - 02-05-2020

(02-05-2020, 05:02 PM)undeath Wrote: description for individual rules: https://hashcat.net/wiki/doku.php?id=rule_based_attack

to see what a specific ruleset generates you can use hashcat's stdout mode

hashcat -r rules.rule wordlist --stdout

Thanks that's exactly what I wanted, so simple once you know.