After many years of absorbing information, how to's, and knowledge from the security community, I'm finally giving back. I've created a python script that will take a wordlist, parse through it, and will spit out a new wordlist based on options chosen by the end user. I've tried to include as many "transformation" options as possible.

You can download it, use it, and distribute it freely, I just ask you give credit and acknowledge the work I've done. I'm also interested in getting feedback on features you'd like to see or on things that could be implemented differently. Again, the goal of the project was to give the end user as many transformation options as possible.

You can find the script here:

http://blu3gl0w13.github.io/wordlistconverter-1.1/

The script WILL need to be installed. Brief installation instructions are in the README.txt file. Depending on options given to setup.py, the default location for the final wlc.py script will be /usr/local/bin

Enjoy.

Blu3Gl0w13