A password variation generator inspired by Th3S3cr3tAg3nt/Munge.
Why create a new version?
- Fully compatible with Python 3.
- Expanded set of common leetspeak transformations.
- More flexible and customizable password variations.
How it work?
- First, script will generate the basic-passwd-list by combine all keywords together
- Then it will apply leetspeak to transform characters. Ex: The character
a
can be come@
or4
- Finally, it will also append the most common suffixes at the end
How to use?
- Run file gen_pwdlist_on_keywords.py to generate combinations.txt
- Provide the combinations.txt to mungle.py to get the comprehensive password list