Menu

Tree [7499e6] master belch0.3.6 /
 History

HTTPS access


File Date Author Commit
 belch 2023-12-19 croketillo croketillo [7499e6] v0.3.6 (fix dependencies)
 images 2023-12-18 croketillo croketillo [ee42f7] Version 0.3.4
 .gitignore 2023-12-18 croketillo croketillo [ee42f7] Version 0.3.4
 LICENSE 2023-11-26 croketillo croketillo [cba721] First commit
 README.md 2023-12-18 croketillo croketillo [003aee] Updated README.md
 README.rst 2023-12-19 croketillo croketillo [7499e6] v0.3.6 (fix dependencies)
 __init__.py 2023-11-26 croketillo croketillo [cba721] First commit
 setup.py 2023-12-19 croketillo croketillo [7499e6] v0.3.6 (fix dependencies)

Read Me

BELCH Password List Generator

PyPI - Version GitHub License
Pepy Total Downlods

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.