How To Hybrid Attack Dict + Dict + Dict
#1
Example: I haveĀ 3 fileĀ Dictionary

dict1.txt
Quote:yellow
green
red
................

dict2.txt
Quote:shirt
skirt
pant
................


dict3.txt
Quote:women
men
boy
................

how to output:
Quote:yellowshirtwomen
yellowshirtmen
yellowshirtboy
yellowskirtwomen
yellowskirtmen
yellowskirtboy
yellowpantwomen
yellowpantmen
yellowpantboy
greenshirtwomen
greenhirtmen
greenshirtboy
greenkirtwomen
greenkirtmen
greenkirtboy
greenpantwomen
greenpantmen
greenpantboy
redshirtwomen
redhirtmen
redshirtboy
redkirtwomen
redkirtmen
redkirtboy
redpantwomen
redpantmen
redpantboy
................
................
#2
combinator3.bin from hashcat-utils. Or, if you want GPU acceleration, make a rule file out of the 3rd wordlist and pipe combinator.bin into oclHashcat and run with -r thirdwordlist.rule or something. Or if the first two wordlists are small enough you could combinator.bin those and run with -a 1 against the third wordlist. The tools are all there, just have to use your brain.