Skip to content

pouriaashahba/crack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” Hash Cracker with SHA256 / SHA512

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.


πŸš€ Features

  • Supports SHA256 and SHA512.
  • Reads passwords from a wordlist (rockyou.txt by default).
  • Prints the cracked password in red when found.
  • Simple and easy to extend (e.g., with other hash functions).

πŸ“¦ Requirements

Make sure you have Python 3 installed.
Install dependencies via:

pip install -r requirements.txt

Usage

python3 crack.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages