04-02-2023, 09:50 AM
Instead of
you do:
And it's actually efficient use of hashcat, because the stacked rules will act as amplifier. You can also do three to increase it even more, or use a ruleset with more characters. Just see what's inside rules/hybrid
Code:
combinator wordlist1.txt wordlist2.txt ?d?d | hashcat -m 0 hash.txt
you do:
Code:
combinator wordlist1.txt wordlist2.txt | hashcat -m 0 hash.txt -r rules/hybrid/append_d.rule -r rules/hybrid/append_d.rule
And it's actually efficient use of hashcat, because the stacked rules will act as amplifier. You can also do three to increase it even more, or use a ruleset with more characters. Just see what's inside rules/hybrid