Skip to content

croketillo/belch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPI - Version GitHub License Pepy Total Downlods

BELCH Password List Generator

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:

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.