This Python script attempts to crack SHA256 and SHA512 hashes by comparing them against a given wordlist (default: rockyou.txt).
It uses the hashlib library for hashing and termcolor for colored terminal output.
- Supports SHA256 and SHA512.
- Reads passwords from a wordlist (
rockyou.txtby default). - Prints the cracked password in red when found.
- Simple and easy to extend (e.g., with other hash functions).
Make sure you have Python 3 installed.
Install dependencies via:
pip install -r requirements.txtpython3 crack.py