Rules effects.
#1
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
Reply
#2
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
Reply
#3
+1. You can also study which rules were effective for a given wordlist, rule list, and target hash list with --debug-mode / --debug-file.
~
Reply
#4
(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.
Reply