Menu

Tree [327937] master /
 History

HTTPS access


File Date Author Commit
 belch 2023-12-02 croketillo croketillo [d9a8b2] Version 0.3.3
 images 2023-12-02 croketillo croketillo [327937] Updated README.md
 .gitignore 2023-12-02 croketillo croketillo [327937] Updated README.md
 LICENSE 2023-11-26 croketillo croketillo [cba721] First commit
 README.md 2023-12-02 croketillo croketillo [327937] Updated README.md
 README.rst 2023-11-26 croketillo croketillo [e545e7] Update README.md
 __init__.py 2023-11-26 croketillo croketillo [cba721] First commit
 setup.py 2023-12-02 croketillo croketillo [d9a8b2] Version 0.3.3

Read Me

BELCH Password List Generator

PyPI - Version GitHub License
Downloads

Belch

Description

BELCH Password List Generator is a simple tool to generate password lists based on a given pattern. You can specify the password pattern and generate multiple unique passwords.

Installation

Install usig PIP:

bash pip install belch

Usage

To generate passwords, run the following command from anywhere on your system:

belch

Follow the on-screen instructions to specify the password pattern and the number of passwords to generate.

Password Patterns

You can use the following characters in your pattern:

  • /d : Digit
  • /c : Lowercase
  • /C : Uppercase
  • /e: Special characters
  • /? : Random characters

For example, the pattern [/C/c-pass-/d/?] will generate passwords with a combination of uppercase, lowercase, digits, and random characters in specified order.

License

This project is licensed under the GNU-GPL License. See the LICENSE file for more details.