An open API service indexing awesome lists of open source software.

https://github.com/hblackghost/hashdead

hashdead is a small script used to crack the hash.
https://github.com/hblackghost/hashdead

cracker cracker-password hash hash-cracker hashdead python3 rembil

Last synced: 3 months ago
JSON representation

hashdead is a small script used to crack the hash.

Awesome Lists containing this project

README

          

# HashDead
## Overview
[`hashdead`](https://github.com/HBlackGhost/hashdead.git) 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
```bash
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]
```