macOS
brew install hashcatlocal Homebrew formula metadata
sudo port install hashcatMacPorts ports tree · security/hashcat/Portfile · source: api.github.com
brew
World's fastest and most advanced password recovery utility. Version 7.1.2 via Homebrew; verified from local package data.
install
brew install hashcatlocal Homebrew formula metadata
sudo port install hashcatMacPorts ports tree · security/hashcat/Portfile · source: api.github.com
sudo apk add hashcatAlpine Linux edge package indexes · hashcat · source: dl-cdn.alpinelinux.org
sudo apt install hashcatDebian stable package indexes · hashcat · source: deb.debian.org
sudo dnf install hashcatFedora Rawhide package metadata · hashcat · source: dl.fedoraproject.org
nix profile install nixpkgs#hashcatnixpkgs package indexes · pkgs/by-name/ha/hashcat/package.nix · source: api.github.com
sudo pacman -S hashcatArch Linux sync databases · hashcat · source: geo.mirror.pkgbuild.com
sudo zypper install hashcatopenSUSE Tumbleweed package metadata · hashcat · source: download.opensuse.org
scoop install main/hashcatScoop official bucket manifest trees · bucket/hashcat.json · source: api.github.com
overview
World's fastest and most advanced password recovery utility
history
hashcat is a password-recovery and hash-cracking utility known for GPU acceleration, many attack modes, and a large catalog of optimized hash modes. It became a major security-tool package because it combines research-grade password-auditing techniques with a practical CLI, distributed release archives, and a public source tree.
The hashcat family existed before the public GitHub repository as separate CPU-oriented hashcat and GPU-oriented oclHashcat tools. In December 2015 the project announced that hashcat and oclHashcat had gone open source under the MIT license. The v2.00 announcement also stated a plan to eventually combine the CPU and GPU projects into one project named `hashcat`.
The public repository began with the v2.00 era. The official wiki later described the unified version as combining the previous CPU-based hashcat, renamed hashcat-legacy, and GPU-based oclHashcat. This consolidation is why the Homebrew package installs one `hashcat` command but also inherits a long history of GPU cracking workflows, rule engines, masks, dictionaries, example hashes, and conversion helper scripts.
hashcat's adoption is tied to penetration testing, forensics, password-audit labs, and capture-the-hash workflows. The open-source announcement explicitly mentioned penetration testers and forensic scientists as users who needed to implement or modify GPU kernels, and it chose MIT licensing partly to make distribution and Linux packaging easier.
Package-manager adoption followed naturally once the tool was open source: the supplied facts show hashcat packaged across Homebrew, Debian, Ubuntu, Fedora, Arch, Nix, MacPorts, Scoop, Alpine, and openSUSE ecosystems. The official README and wiki point users to release archives, platform packages, build docs, a support forum, and hashcat-utils for supplemental cracking workflows.
hashcat is invoked with a hash or hash file, an attack mode, an optional hash mode, and candidate sources such as dictionaries, masks, rules, or directories. The wiki documents command-line options for attack mode, hash type, status output, potfiles, restore files, sessions, rule files, masks, device selection, backend information, and benchmark modes.
The official feature list emphasizes multi-OS support, CPU/GPU/APU compute backends, OpenCL and CUDA runtimes, multi-hash and multi-device cracking, sessions, restore support, stdin and file-based candidate input, benchmarking, automatic performance tuning, thermal watchdog behavior, and hundreds of optimized hash types.
hashcat is one of the classic heavyweight security formulas: it is a CLI, but packaging it means caring about OpenCL/CUDA/Metal/HIP runtime availability, GPU driver expectations, bundled examples and rules, Perl/Python conversion helpers, and platform-specific build paths.
It is also a good example of how open sourcing changes package visibility. Before v2.00, packaging and modification were constrained; after the MIT switch, Linux distributions and Homebrew-style ecosystems could ship the tool more naturally, and users could inspect kernels, add hash modes, and build from source.
For package nerds, hashcat's long release gaps and major architectural releases matter. Version 6.0.0 introduced a modular hash-mode plugin interface and compute-backend API, while version 7.0.0 followed more than two years of development with bridge APIs, hash-mode autodetection, Docker build support, and many new hash types.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
aescrypt2hashcat.pl | cli | global executable | |
apfs2hashcat.py | cli | global executable | |
bisq2hashcat.py | cli | global executable | |
bitlocker2hashcat.py | cli | global executable | |
bitwarden2hashcat.py | cli | global executable | |
cachedata2hashcat.py | cli | global executable | |
cryptoloop2hashcat.py | cli | global executable | |
exodus2hashcat.py | cli | global executable | |
gitea2hashcat.py | cli | global executable | |
hashcat | cli | global executable | |
hashcat_bin | cli | global executable | |
keybag2hashcat.py | cli | global executable | |
kremlin2hashcat.py | cli | global executable | |
lastpass2hashcat.py | cli | global executable | |
luks2hashcat.py | cli | global executable | |
metamask2hashcat.py | cli | global executable | |
mozilla2hashcat.py | cli | global executable | |
radmin3_to_hashcat.pl | cli | global executable | |
securenotes2hashcat.pl | cli | global executable | |
shiro1-to-hashcat.py | cli | global executable | |
sqlcipher2hashcat.pl | cli | global executable | |
truecrypt2hashcat.py | cli | global executable | |
veeamvbk2hashcat.py | cli | global executable | |
veracrypt2hashcat.py | cli | global executable | |
virtualbox2hashcat.py | cli | global executable | |
vmwarevmx2hashcat.py | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:hashcat |
|---|---|
| Version | 7.1.2 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/hashcat |
| Homepage | https://hashcat.net/hashcat/ |
| Repository | https://github.com/hashcat/hashcat |
| Upstream docs | https://hashcat.net/wiki |
| License | MIT AND LZMA-SDK-9.22 AND LicenseRef-Homebrew-public-domain |
| Source archive | https://hashcat.net/files/hashcat-7.1.2.tar.gz |
| Dependencies | minizip, xxhash |
| Build dependencies | gnu-sed, python@3.14 |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | hashcat |
| Version Scheme | 1 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
hashcat 6.2.6+ds2-1
World's fastest and most advanced password recovery utility
sudo apt install hashcathashcat-data 6.2.6+ds2-1
Data files for hashcat advanced password recovery utility
sudo apt install hashcat-datahashcat
nix profile install nixpkgs#hashcathashcat 6.2.6+ds1-1build2
World's fastest and most advanced password recovery utility
sudo apt install hashcathashcat-data 6.2.6+ds1-1build2
Data files for hashcat advanced password recovery utility
sudo apt install hashcat-datahashcat 6.2.6-r0
World's fastest and most advanced password recovery utility
sudo apk add hashcathashcat-doc 6.2.6-r0
World's fastest and most advanced password recovery utility (documentation)
sudo apk add hashcat-dochashcat 7.1.2-5.fc44
Advanced password recovery utility
https://github.com/hashcat/hashcat
sudo dnf install hashcathashcat-devel 7.1.2-5.fc44
Development files for hashcat
https://github.com/hashcat/hashcat
sudo dnf install hashcat-develhashcat-doc 7.1.2-5.fc44
Documentation files for hashcat
https://github.com/hashcat/hashcat
sudo dnf install hashcat-dochashcat 1:7.1.2-2
Multithreaded advanced password recovery utility
sudo pacman -S hashcathashcat 7.1.2-1.3
CPU-based password recovery utility
sudo zypper install hashcathashcat-devel 7.1.2-1.3
Header files for making hashcat plugins
sudo zypper install hashcat-devellibhashcat7_1_2 7.1.2-1.3
Implementation of the hashcat engine
sudo zypper install libhashcat7_1_2hashcat
sudo port install hashcatmain/hashcat
scoop install main/hashcatsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.