Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 690 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 690 Bytes

Password List Generator

This is a Python script for generating wordlists with various options. It is good when you know what words you want to use and you want to create many possible ways how to write them.

Features

  • Merge two or more text wordlist files into one.
  • Create a new wordlist with the following options:
    • Generate wordlist with permutations of entered words (join words).
    • Generate wordlist with Leet Speak.
    • Generate wordlist with uppercase variations.
    • Generate wordlist with prefix and/or suffix.

Usage

  1. Clone the repository:

    git clone https://github.com/your-username/wordlist-generator.git
    $ python3 PasswordListGenerator.py