hashcat Forum

Full Version: Rules effects.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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
+1. You can also study which rules were effective for a given wordlist, rule list, and target hash list with --debug-mode / --debug-file.
(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.