matchers library
Classes
- BaseMatch
- The base class for a match.
- BaseMatcher
- The base class for a matcher.
- BruteForceMatch
- The default match to use if there are no other matches.
- DateMatch
- A match for a date.
- DateMatcher
- Matches dates.
- DictionaryMatch
- A match for a dictionary word.
- DictionaryMatcher
- Matches words from dictionaries.
- L33tMatch
- A match for a l33t dictionary word.
- L33tMatcher
- Matches l33t words from dictionaries.
- OmniMatcher
- All matchers combined.
- PasswordChange
- A replacement in a password.
- RegExMatch
- A match for a regular expression.
- RegExMatcher
- Matches regular expressions from regExes.
- RepeatMatch
- A match for a repeating string.
- RepeatMatcher
- Matches repeats (aaa, abcabcabc).
- ReverseMatch
- A match for a reversed dictionary word.
- ReverseMatcher
- Matches reversed words from dictionaries.
- SeparatorMatch
- A match for a separator.
- SeparatorMatcher
- Matches separators (any semi-repeated special character).
- SequenceMatch
- A match for a sequence.
- SequenceMatcher
- Matches sequences (abcdef).
- SpatialMatch
- A match for a spatial sequence.
- SpatialMatcher
- Matches spatial sequences (qwerty/dvorak/keypad and so on).