combinator with two wordlists and appending two digits
#3
Instead of

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
Reply


Messages In This Thread
RE: combinator with two wordlists and appending two digits - by atom - 04-02-2023, 09:50 AM