Custom Ruleset assistance
#1
I'm looking to create a custom ruleset in hashcat. I understand the combination rule, but is there a way to provide more than 2 rules/wordlists? For example, how could I crack the following with a rule set?

!pa$$w0rd#ABC& 
or
#ABC&pa$$w0rd!

I know that pa$$w0rd is a well know, hash, and I know how to insert a rule for before/after words, but how can I combine the end or beginning for a 3rd rule to further expand my ruleset?

Thanks for any ideas!
#2
That's simple. Use hashcat in combinator mode (or combinator.bin) and pipe it to a second hashcat in stdin mode and add the rules on there.