Skip to content

Smart Password Mutation Engine for Pentesters and Wordlist Creators Leetforge is a command-line tool that intelligently mutates password wordlists by applying leetspeak substitutions and inserting special characters at all possible positions. Built for pentesters, CTF players, and anyone looking to strengthen or expand their attack wordlists.

Notifications You must be signed in to change notification settings

caball-ero/Leetforge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Myutaytor: Leetforge

A command-line tool that mutates password wordlists with leetspeak substitutions and special character insertions. Useful for pentesting, wordlist expansion, or creating strong password variants.

Features

  • Reads passwords from a file.
  • Applies common leetspeak substitutions (e.g., a@, 4; s$, 5; etc.).
  • Optionally inserts special characters (@!#$%&*) at every possible position.
  • Saves all unique mutated passwords to a new output file.
  • Options to disable leet substitutions, special characters, and to limit output size.

Installation

Clone the repo, enter the directory, and run:

pip install .

This will install the Leetforge command.

Usage

Leetforge input_file.txt [output_file.txt] [options]

Options:

  • --no-leet Disable leetspeak substitutions.
  • --no-specials Disable insertion of special characters.
  • --limit N Limit output to N lines.

Examples:

Leetforge mylist.txt
Leetforge mylist.txt output.txt --no-leet --limit 100

If output_file.txt is not given, output is saved as mutated_<input_file> in the same directory.

License

MIT License. See LICENSE.

About

Smart Password Mutation Engine for Pentesters and Wordlist Creators Leetforge is a command-line tool that intelligently mutates password wordlists by applying leetspeak substitutions and inserting special characters at all possible positions. Built for pentesters, CTF players, and anyone looking to strengthen or expand their attack wordlists.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages