06-21-2013, 05:33 PM
(This post was last modified: 06-21-2013, 05:34 PM by mastercracker.)
Your post lack a little bit of details but if I get it right, you want to make all the combinations of 2 lists and then apply rules to them. Using -a 1 won't work. The workaround is to "rulify" your second list. For example, if the second list contains the following words:
how
rule
combination
then you create the file 2.rule containing this:
$h$o$w
$r$u$l$e
$c$o$m$b$i$n$a$t$i$o$n
Then you use -a 0 with your first wordlist then -r 2.rule then -r other.rule
how
rule
combination
then you create the file 2.rule containing this:
$h$o$w
$r$u$l$e
$c$o$m$b$i$n$a$t$i$o$n
Then you use -a 0 with your first wordlist then -r 2.rule then -r other.rule