Skip to content

Latest commit

 

History

History
56 lines (49 loc) · 2.03 KB

File metadata and controls

56 lines (49 loc) · 2.03 KB

HashAutoCrack

A straightforward automated hash-cracking tool designed to support multiple algorithms, offering flexibility and ease of use for cybersecurity professionals and enthusiasts.

image image image image

Supported Hash Types

Hash Type Status
bcrypt ✅ Supported
blake2b ✅ Supported
blake2s ✅ Supported
md4 ✅ Supported
md5 ✅ Supported
md5-sha1 ✅ Supported
ntlm ✅ Supported
pbkdf2 ✅ Supported
ripemd160 ✅ Supported
sha1 ✅ Supported
sha224 ✅ Supported
sha256 ✅ Supported
sha384 ✅ Supported
sha3_224 ✅ Supported
sha3_256 ✅ Supported
sha3_384 ✅ Supported
sha3_512 ✅ Supported
sha512 ✅ Supported
sha512_224 ✅ Supported
sha512_256 ✅ Supported
shake_128 ✅ Supported
shake_256 ✅ Supported
sm3 ✅ Supported
whirlpool ✅ Supported

Planned for Future Implementation

Hash Type Status
argon2 ❌ Not Yet
gost ❌ Not Yet
HMAC ❌ Not Yet
scrypt ❌ Not Yet
tiger ❌ Not Yet
xxhash ❌ Not Yet

Installation

  • sudo apt update && sudo apt install -y python3-pip git && sudo apt update
  • git clone https://github.com/OusCyb3rH4ck/HashAutoCrack
  • cd HashAutoCrack
  • chmod +x HashAutoCrack.py

Usage

  • ./HashAutoCrack.py -h