Skip to content

Amazingly fast password hash cracking using online APIs.

Notifications You must be signed in to change notification settings

zanesense/Hashy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

Hashy💥

Blazing fast hash cracking using online APIs.

A simple python application that decode password hashes with the help of some APIs/without a wordlist.

Python3 is a must to run this program.

Supported Hash Functions

  1. MD5
  2. SHA-1
  3. SHA-256
  4. SHA-384
  5. SHA-512

Installation

Setup

git clone https://github.com/zanesense/Hashy.git
cd Hashy
pip install -r requirements.txt

Running the program

with argument

python hashy.py -p [hash]

without argument

python hashy.py

Releases

No releases published

Packages

No packages published

Languages