Identify and crack hashes in seconds — right on your Mac.
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).
Open the Terminal app (press Cmd ⌘ + Space, type Terminal, hit Return), then:
git clone https://github.com/reapersapprentice/Hash-Buster-macOS.git
cd Hash-Buster-macOSpip3 install -r requirements.txtpython3 hash.py -s 5f4dcc3b5aa765d61d8327deb882cf99(that example hash is the word password)
That's it — you're running Hash-Buster on your Mac. 🎉
- 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
- A Mac (macOS 12 or newer) — Intel or Apple Silicon
- Python 3 (already on macOS)
- 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 aparse error.- If a command seems stuck, it's usually just working — give it a minute.
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.
macOS conversion by C.Studva. The underlying program is open-source under the MIT license, kept in this repository (see LICENSE).
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.
