This guide is currently under development, and I greatly welcome any suggestions or feedback or at reaper.gitbook@gmail.com

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


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?