Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

belch

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

belch

Password list generator

  • 0.4.0
  • PyPI
  • Socket score

Maintainers
1

|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:


.. code:: 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
-----------------

ou can use the following characters in your pattern:

/d : Digit /c : Lowercase /C : Uppercase /e : Special characters /? :
Random characters /@ : Mixed uppercase and lowercase /& : Mixed
uppercase, lowercase, and digits

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

Example
~~~~~~~

.. code:: bash

   Available Patterns:
   /d - Digit                    /c - Lowercase                
   /C - Uppercase                /e - Special characters       
   /? - Random characters        /@ - Mixed uppercase and lowercase
   /& - Mixed uppercase, lowercase, and digits

   [>] Enter pattern: /C/c/d/e/?/@/&
   [*] The maximum number of possible combinations is: 1037769600000000
   [>] Enter the number of passwords to generate (Enter for default: 1037769600000000): 100
   [>] Enter the file name (or press Enter to use passlist.txt): mypasswords.txt
   [+] Passwords generated and stored in the file 'mypasswords.txt' in 0.02 seconds.

License
-------

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

.. |PyPI - Version| image:: https://img.shields.io/pypi/v/belch
.. |GitHub License| image:: https://img.shields.io/github/license/croketillo/belch
.. |Pepy Total Downlods| image:: https://img.shields.io/pepy/dt/belch

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc