Skip to main content

A tool to brute-force passwords (for educational purposes)

Project description

🔐 Bruteforce Password Generator

⚠️ IMPORTANT: For educational use only. Unauthorized password cracking is illegal.

A customized password generator baked to a specific target.

🧠 How it works

This tool generates likely password guesses based on a target's personal details using:

  • Templates (e.g. {first_name}@123, password{dob}, etc.)
  • A list of relevant keywords (like pet names, hobbies, etc.)
  • Leetspeak and case transformations (e.g. blazeBlaze, bl4ze, BL4ZE, etc.)

Useful for ethical hacking, CTFs, or security research.


📦 Installation

You can install this via pip (after publishing):

pip install smart-brute-force

🛠️ Usage Example

from bruteforce_password import BruteforcePassword

bp = BruteforcePassword(
    first_name='john',
    dob='01012000',
    last_name="doe",
    target_website="google"
)

bp.add_template("{car_name}@vroom")
bp.add_more_info("car_name", "hyundai")
bp.add_relevant_words(["cookies", "jane", "newyork"])

passwords = bp.brute_force()

for pw in passwords:
    print(pw)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bruteforce_password-0.1.1.tar.gz (5.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

bruteforce_password-0.1.1-py3-none-any.whl (5.7 kB view details)

Uploaded Python 3

File details

Details for the file bruteforce_password-0.1.1.tar.gz.

File metadata

  • Download URL: bruteforce_password-0.1.1.tar.gz
  • Upload date:
  • Size: 5.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.0

File hashes

Hashes for bruteforce_password-0.1.1.tar.gz
Algorithm Hash digest
SHA256 871e3cc88d6931aa52122ce3a264f33cd8d8645dfcb8774df1c598281f17db73
MD5 e73b99b718e71d24e74cf7a4d6487f87
BLAKE2b-256 d6d4979a078d97aaecf5953d84bdd841498910ed2e93fbd954bd2d67475b23b2

See more details on using hashes here.

File details

Details for the file bruteforce_password-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for bruteforce_password-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 97dd640b0dedde9a2db16def2c7baa131b0419caa1d755b3a2a7ce3742791e09
MD5 ec20fbe026bd747c99402f680a3ae103
BLAKE2b-256 8b81422af7a6f03b9283a8df2730c801e112ec9ff6300dbbbe205a7142cd0808

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page