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

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.
bash
pip install belch
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.
You can use the following characters in your pattern:
For example, the pattern [/C/c-pass-/d/?] will generate passwords with a combination of uppercase, lowercase, digits, and random characters in specified order.
This project is licensed under the GNU-GPL License. See the LICENSE file for more details.