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.4.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.4-py3-none-any.whl (6.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: bruteforce_password-0.1.4.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.4.tar.gz
Algorithm Hash digest
SHA256 ad34d4be6b1e3e28c5bb42867f07ebaac16ecef525409cbd0e24c55850c6be21
MD5 a615c149f94016de19267a1f56499d5e
BLAKE2b-256 aba6a337467635aa004eee032f02fe500aed9bcba16c9d8959daea8375a755e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bruteforce_password-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 98f45238e37e3cd606c02cf2c52697fa77bb36e4e960bdc5a897945d57791a43
MD5 d05eb543bd8483a0f0f259f67bf28242
BLAKE2b-256 2d133d59b664e8d02a69e3243022d71df94de3e115e554c0096f3e14e0e1f8e7

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