RSMangler
RSMangler will take a wordlist and perform various manipulations on it similar to those done by John the Ripper the main difference being that it will first take the input words and generate all permutations and the acronym of the words (in order they appear in the file) before it applies the rest of the mangles, for example given the following three input words:
- freds
- national
- bank
RSMangler would generate the following initial word list:
- freds
- national
- bank
- fredsnational
- fredsbank
- nationalfreds
- nationalbank
- bankfreds
- banknational
- fredsnationalbank
- fredsbanknational
- nationalfredsbank
- nationalbankfreds
- bankfredsnational
- banknationalfreds
- fnb
There is a full detail of all the mangles and the download on the RandomStorm site.