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!
.
\
If running in Linux, shells (sh
, bash
, zsh
, fish
, etc) will have their own behaviour when the $ character is used on the command line. They may need to be quoted.
Last updated