Skip to content

Repository files navigation

Hash-Buster · for macOS

Identify and crack hashes in seconds — right on your Mac.

macOS Apple Silicon & Intel license beginner friendly

Hash-Buster running natively on macOS


✨ What is this?

Give it a hash and it figures out what kind it is and looks up the cracked plain-text across multiple online databases — no setup headaches.

This repository is a macOS-ready conversion — packaged so it runs on an Apple Mac (Intel or Apple Silicon) without needing a Linux computer or a virtual machine. macOS conversion by C.Studva. The underlying program is open-source under the MIT license, kept in this repository (see LICENSE).

🚀 Quick start

Open the Terminal app (press Cmd ⌘ + Space, type Terminal, hit Return), then:

1. Get the files onto your Mac

git clone https://github.com/reapersapprentice/Hash-Buster-macOS.git
cd Hash-Buster-macOS

2. Install what it needs (one time)

pip3 install -r requirements.txt

3. Run it

python3 hash.py -s 5f4dcc3b5aa765d61d8327deb882cf99

(that example hash is the word password)

That's it — you're running Hash-Buster on your Mac. 🎉

🧰 What it can do

  • Automatically detects the hash type
  • Looks up cracked values across several online databases at once
  • Crack a single hash, or a whole file of them in bulk

💻 What you need

  • A Mac (macOS 12 or newer) — Intel or Apple Silicon
  • Python 3 (already on macOS)

🆘 New to the Terminal? Read this (30 seconds)

  • The Terminal is just a window where you type commands. Nothing here can hurt your Mac.
  • Run the commands one line at a time, pressing Return after each.
  • To paste, use Cmd ⌘ + V.
  • ⚠️ Copy only the command itself — never the three back-ticks around it, and never a line that starts with # (those are notes). Pasting those is the #1 beginner mistake and causes a parse error.
  • If a command seems stuck, it's usually just working — give it a minute.

⚠️ Disclaimer

For authorized and educational use only. Only use this against systems, accounts or data you own or have written permission to test. You are responsible for how you use it. See DISCLAIMER.md for the full terms. In short: C.Studva, the author of this macOS conversion, is not liable for any damage, loss or misuse.

📄 License

macOS conversion by C.Studva. The underlying program is open-source under the MIT license, kept in this repository (see LICENSE).

🍎 More macOS conversions by C.Studva

Same idea — popular Linux tools, packaged to run natively on your Mac:

  • theHarvester — OSINT emails, subdomains & names for a domain
  • Eagle Eye — find someone's social profiles from a photo
  • Sublist3r — fast subdomain enumeration
  • httptunnel — tunnel a data stream over HTTP

macOS conversion crafted by C.Studva.

About

No description, website, or topics provided.

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages