what rule to use to combine words?
#1
I have 100% information that the password consists of several words, I created a dictionary with them, but I don’t understand what rule to use, I also know approximately the minimum and maximum length of the password

i try use this 
hashcat.exe -a0 -D1,2 -m11600  hash.txt wordlist.txt -r rules\combinator.rule -r rules\combinator.rule -r rules\combinator.rule


if use --increment --increment-min 8 have error
Reply