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.5.tar.gz (5.7 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.5-py3-none-any.whl (6.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: bruteforce_password-0.1.5.tar.gz
  • Upload date:
  • Size: 5.7 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.5.tar.gz
Algorithm Hash digest
SHA256 d01685fc2f1731df1843fddb3b894dece58a617a9b89aa53e3adadde03ac7679
MD5 5ed7a5e975e3c495ee5b93084ac5d95a
BLAKE2b-256 295ff4bb06ca1cc119a0a423f6a70ba6a4aedff1351089d1abeb48c618cfba3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bruteforce_password-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 2cb9d6afd4dcd4ef9eaf6eab72df64604916932250eaa62c248702cb17ca24c3
MD5 8eec3156fb81a1986294dde3e8ee2d43
BLAKE2b-256 9c41b126d5aa51949bae65f00fc607cd1721519fa5d64e35c3467a2bb4d6d5ca

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