Combinator
The combinator attack combines the entries from two dictionaries into single-word candidates. Take the following lists as an example:
The combinator will produce "purplemonkey" and "purpledishwasher" as candidates. You can also apply a rule to each word on the left- or right-hand side using the options -j
and -k
. For instance, -j $-
and -k $!
would produce purple-monkey!
.
Last updated