This Python script is designed to brute-force MD5 or SHA-256 hashed passwords. It generates passwords of increasing lengths and hashes them using the specified algorithm until a match is found.
-
Clone the repository or download the Python script (
password_cracker.py). -
Make sure you have Python installed on your system.
-
Open a terminal or command prompt.
-
Navigate to the directory containing the script.
-
Run the script by executing the command:
python password_cracker.py
Follow the on-screen prompts to choose the hashing algorithm (MD5 or SHA-256) and enter the corresponding hash value. The script will attempt to find the password by brute-forcing the hash. If successful, it will display the password.
Python 3.x
This script is provided for educational purposes only. Do not use this script for illegal activities or without proper authorization. Always ensure that you have explicit permission before attempting to crack passwords or test the security of systems.