Rules with combinator attack
#3
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


Messages In This Thread
RE: Rules with combinator attack - by unix-ninja - 06-21-2013, 05:21 PM
RE: Rules with combinator attack - by mastercracker - 06-21-2013, 05:33 PM
RE: Rules with combinator attack - by atom - 06-23-2013, 10:04 AM
RE: Rules with combinator attack - by Kuci - 06-24-2013, 07:42 PM
RE: Rules with combinator attack - by epixoip - 06-24-2013, 08:43 PM
RE: Rules with combinator attack - by Kuci - 06-25-2013, 11:10 AM
RE: Rules with combinator attack - by epixoip - 06-25-2013, 12:50 PM