Skip to content

HBlackGhost/hashdead

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HashDead

Overview

hashdead hashdead script cracks hashes by comparing hashes generated from a wordlist with a provided hash file. It supports MD5, SHA-1, and SHA-256 algorithms

Features

  • Supports MD5, SHA-1, and SHA-256 hashing algorithms.
  • Uses a wordlist to crack hashes efficiently.

Options

-h, --help Show this help message and exit

-A ALGORITHM Your Hash Algorithm

-HF HASH_FILE Your Hash File That You Want To Crack

-W WORDLIST Your Wordlist File

Installation and Running

git clone https://github.com/HBlackGhost/hashdead.git
cd /Downloads/hashdead
pip3 install -r requirements.txt
python3 hashdead.py -A  [md5,sha1,sha265]  -HF  [The Path of Hash File] -W  [The Path Of Wordlist File]

About

hashdead is a small script used to crack the hash.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors