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.
- Host: GitHub
- URL: https://github.com/hblackghost/hashdead
- Owner: HBlackGhost
- License: mit
- Created: 2024-03-11T20:39:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-20T14:02:34.000Z (about 2 years ago)
- Last Synced: 2024-12-31T02:43:51.024Z (over 1 year ago)
- Topics: cracker, cracker-password, hash, hash-cracker, hashdead, python3, rembil
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]
```