Skip to content

ReddyyZ/HashCracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HashCracker

A simple Hash Cracking tool developed in Python 3

For educational purposes

Libraries

  • hashid >= 3.1.4
  • bcrypt >= 3.2.0

hashID used for hash identification

bcrypt used for bcrypt hashs creation

OS Support

  • Windows
  • Linux
  • Mac? - Not tested

Installation

  • Clone the repo and cd into directory
git clone https://github.com/ReddyyZ/HashCracker.git && cd HashCracker
  • Set permissions
chmod +x install.sh
  • Execute installation script
sudo ./install.sh
  • Happy Hacking!
hashcracker -h

How to use

OPTIONS EXPLANATION
-w, --wordlist Wordlist path
-m, --mode Specify the hash type
-t, --threads Threads count

  • Try to identify the hash
hashcracker -w rockyou.txt 5f4dcc3b5aa765d61d8327deb882cf99
  • Specify the hash to crack
hashcracker -w rockyou.txt -m md5 5f4dcc3b5aa765d61d8327deb882cf99

</> by ReddyyZ