RSMangler
It is a ruby script that takes wordlists input and modifies them in different ways, such as:
Changing case
Switching order
Using Leet speak
Adding numbers
and so on.
Usage
The options of rsmangler are as in the table:
key
Function
--file
Provide wordlist to mangle
--output
The result of the mangling, the output is on the screen by default
--min, --max
Minimum/Maximum password length
--allow-duplicates
Disables duplicate check
Duplicate check is enabled by default and stores a list in memory, but since duplicates are only ~0.5%, it’s better to save memory than check for them.
RSMangler with Aircrack-ng
The same thing as the tools before:
rsmangler --file <wordlist> --min <MIN> --max <MAX> | aircrack-ng -e <ESSID> -w - <Capture File>Last updated
Was this helpful?