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

Uploaded Python 3

File details

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

File metadata

  • Download URL: bruteforce_password-0.1.3.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.3.tar.gz
Algorithm Hash digest
SHA256 0e2f710da3ac14610edbd743679167f9b906ce1887a91d9a58cbc0ccc9e97319
MD5 af55bcbfe959a6f831d3d9ca54a04fd8
BLAKE2b-256 49ed80623aeb89827059efc964dc9ba432d0452044c53c0c28b49b5c270b62da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bruteforce_password-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 a0b6102a201a19062f1baaad7f2d16efc7d6c45e6bce7873445cf66fda21047b
MD5 67f90fc0514c4e9333aeec3d25d3dcb9
BLAKE2b-256 b56268b1f6149dbbd00690b428c1db10e299c2136ab1f10a86116f3e8e259eef

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