Skip to content

alasalamont/munge-passwd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Munge

A password variation generator inspired by Th3S3cr3tAg3nt/Munge.

Why create a new version?

  1. Fully compatible with Python 3.
  2. Expanded set of common leetspeak transformations.
  3. More flexible and customizable password variations.

How it work?

  1. First, script will generate the basic-passwd-list by combine all keywords together
  2. Then it will apply leetspeak to transform characters. Ex: The character a can be come @ or 4
  3. Finally, it will also append the most common suffixes at the end

How to use?

  1. Run file gen_pwdlist_on_keywords.py to generate combinations.txt
  2. Provide the combinations.txt to mungle.py to get the comprehensive password list

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages