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

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.