All Projects → s0md3v → Hash Buster

s0md3v / Hash Buster

Licence: mit
Crack hashes in seconds.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Hash Buster

Openhashtab
📝 File hashing and checking shell extension
Stars: ✭ 599 (-38.94%)
Mutual labels:  hash, md5, sha1, sha256
Merkle
Node.js module implementing Merkle tree algorithm
Stars: ✭ 123 (-87.46%)
Mutual labels:  hash, md5, sha1, sha256
hash-wasm
Lightning fast hash functions using hand-tuned WebAssembly binaries
Stars: ✭ 382 (-61.06%)
Mutual labels:  hash, md5, sha1, sha256
Hashcobra
HashCobra Hash Cracking tool.
Stars: ✭ 96 (-90.21%)
Mutual labels:  hash, md5, sha1, sha256
fhash
fHash - an open source files hash calculator for Windows and macOS
Stars: ✭ 222 (-77.37%)
Mutual labels:  hash, md5, sha1, sha256
Gtkhash
A cross-platform desktop utility for computing message digests or checksums
Stars: ✭ 167 (-82.98%)
Mutual labels:  hash, md5, sha1, sha256
Digestif
Simple hash algorithms in OCaml
Stars: ✭ 69 (-92.97%)
Mutual labels:  hash, md5, sha1, sha256
BruteForce
A simple brute forcer written in GO for SHA1, SHA256, SHA512, MD5 and bcrypt
Stars: ✭ 49 (-95.01%)
Mutual labels:  hash, md5, sha1, sha256
hash-checker
Fast and simple application that allows you to generate and compare hashes from files and text
Stars: ✭ 72 (-92.66%)
Mutual labels:  hash, md5, sha1, sha256
Gensum
Powerful checksum generator!
Stars: ✭ 12 (-98.78%)
Mutual labels:  md5, sha1, sha256
Digestpp
C++11 header-only message digest library
Stars: ✭ 116 (-88.18%)
Mutual labels:  hash, sha1, sha256
signet
Easily compare SHA/BLAKE2 sums.
Stars: ✭ 13 (-98.67%)
Mutual labels:  hash, sha1, sha256
hediye
Hash Generator & Cracker
Stars: ✭ 40 (-95.92%)
Mutual labels:  md5, sha1, sha256
Wjcryptlib
Public Domain C Library of Cryptographic functions. Including: MD5, SHA1, SHA256, SHA512, RC4, AES, AES-CTR, AES-OFB, AES-CBC
Stars: ✭ 250 (-74.52%)
Mutual labels:  md5, sha1, sha256
Checksum
Checksum calculation extensions for Swift
Stars: ✭ 28 (-97.15%)
Mutual labels:  md5, sha1, sha256
crypto.js
base on crypto module
Stars: ✭ 13 (-98.67%)
Mutual labels:  md5, sha1, sha256
Hash Library
Portable C++ hashing library
Stars: ✭ 109 (-88.89%)
Mutual labels:  md5, sha1, sha256
Rufus
The Reliable USB Formatting Utility
Stars: ✭ 16,917 (+1624.46%)
Mutual labels:  md5, sha1, sha256
WebCrypto.swift
A small collection of cryptographic functions based on the JavaScript WebCrypto API.
Stars: ✭ 16 (-98.37%)
Mutual labels:  hash, sha1, sha256
Forge
A native implementation of TLS in Javascript and tools to write crypto-based and network-heavy webapps
Stars: ✭ 4,204 (+328.54%)
Mutual labels:  md5, sha1, sha256


Hash Buster
Hash Buster

Why crack hashes when you can bust them?

demo

Features

  • Automatic hash type identification
  • Supports MD5, SHA1, SHA256, SHA384, SHA512
  • Can extract & crack hashes from a file
  • Can find hashes from a directory, recursively
  • Multi-threading

Insallation & Usage

Note: Hash Buster isn't compatible with python2, run it with python3 instead. Also, Hash-Buster uses some APIs for hash lookups, check the source code if you are paranoid.

Hash-Buster can be run directly from the python script but I highly suggest you to install it with make install

After the installation, you will be able to access it with buster command.

Cracking a single hash

You don't need to specify the hash type. Hash Buster will identify and crack it under 3 seconds.

Usage: buster -s <hash>

Finding hashes from a directory

Yep, just specify a directory and Hash Buster will go through all the files and directories present in it, looking for hashes.

Usage: buster -d /root/Documents

Cracking hashes from a file

Hash Buster can find your hashes even if they are stored in a file like this

[email protected]:21232f297a57a5a743894a0e4a801fc3
{"[email protected]":"d033e22ae348aeb5660fc2140aec35850c4da997"}
surrondedbytext8c6976e5b5410415bde908bd4dee15dfb167a9c873fc4bb8a81f6f2ab448a918surrondedbytext

Usage: buster -f /root/hashes.txt

Specifiying number of threads

Multi-threading can incredibly minimize the overall speed when you have a lot of hashes to crack by making requests in parallel.

buster -f /root/hashes.txt -t 10

License

Hash-Buster is licensed under MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].