Best strategy, attack mode or rules for certain password structure
#1
Is there a way to setup hashcat to find Tc passwords that have been constructed according to the structure exemplified below?

CBA321cba321??

That is three upper case letters followed by 3 digits. And then the same letters as before but lowercase followed by the same digits and then two special characters.

Andy
#2
Yes, that's simple.
1. First create a wordlist to match the CBA321: mp64.bin ?u?u?u?d?d?d -o wordlist.txt
2. Run hashcat as normal and add a rule "-j lMu4", ex: hashcat64.bin -m 6211 -w 3 tc.header -j lMu4 wordlist.txt