Skip to content

4mrr/Hashcracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

hashcracker-Python-Hash-Cracker-1024x683

A Hash is often used to safeguard passwords and other important data. As a penetration tester, you may need to find the cleartext value for several different hashes. The Hash library in Python allows you to build hash crackers according to your requirements quickly. HashCracker support a lot of algorithms such as :

  • md5
  • md4
  • sha256
  • sha512

💿 Installation & Usage 💿 :

First of all you should to download the project with the commands line :
All in one:

git clone https://github.com/amr-en-niari/Hashcracker.git
cd Hashcracker/
python3 hashcracker.py
  • if you want to download the wordlist also :
wget https://raw.githubusercontent.com/amr-en-niari/Hashcracker/main/wordlist-2.txt
wget https://raw.githubusercontent.com/amr-en-niari/Hashcracker/main/wordlist-1.txt

💥 and then go a head 💥

🔥 Some example 🔥

  • md5 algorithm :

Screenshot (807) Screenshot (808)

  • sha256 algorithm :

Screenshot (809) Screenshot (810)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages