How to do a Combinator Attack but a bit different.
#1
Here is my dictionary:
toto
tata
titi
2022
francois
luc
nicolas
poney
hulo
------

I want to generate all combinations of these words with and without an upper case.

The password I want to find is: NicolasHulo2022

How to do that?
with the Combinator Attack, I can only give two times the same dictionary, so nicolashulo will be found, or nicolas2022 but not with 3 dictionary words and not with the upper case!
Reply
#2
This is what the rules are for

https://hashcat.net/wiki/doku.php?id=rule_based_attack
Reply