Automic VaultAutomic Vault

brew

Install hashcat with Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, scoop, zypper

World's fastest and most advanced password recovery utility. Version 7.1.2 via Homebrew; verified from local package data.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install hashcat

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install hashcat

MacPorts ports tree · security/hashcat/Portfile · source: api.github.com

Linux

Alpine Linux apkverified · 92%
sudo apk add hashcat

Alpine Linux edge package indexes · hashcat · source: dl-cdn.alpinelinux.org

Debian aptverified · 92%
sudo apt install hashcat

Debian stable package indexes · hashcat · source: deb.debian.org

Fedora dnfverified · 92%
sudo dnf install hashcat

Fedora Rawhide package metadata · hashcat · source: dl.fedoraproject.org

Nixverified · 92%
nix profile install nixpkgs#hashcat

nixpkgs package indexes · pkgs/by-name/ha/hashcat/package.nix · source: api.github.com

Arch Linux pacmanverified · 92%
sudo pacman -S hashcat

Arch Linux sync databases · hashcat · source: geo.mirror.pkgbuild.com

openSUSE zypperverified · 92%
sudo zypper install hashcat

openSUSE Tumbleweed package metadata · hashcat · source: download.opensuse.org

Windows

Scoopverified · 92%
scoop install main/hashcat

Scoop official bucket manifest trees · bucket/hashcat.json · source: api.github.com

overview

Package summary

World's fastest and most advanced password recovery utility

Commands and aliases

  • aescrypt2hashcat.pl
  • apfs2hashcat.py
  • bisq2hashcat.py
  • bitlocker2hashcat.py
  • bitwarden2hashcat.py
  • cachedata2hashcat.py
  • cryptoloop2hashcat.py
  • exodus2hashcat.py
  • gitea2hashcat.py
  • hashcat
  • hashcat_bin
  • keybag2hashcat.py
  • kremlin2hashcat.py
  • lastpass2hashcat.py
  • luks2hashcat.py
  • metamask2hashcat.py
  • mozilla2hashcat.py
  • radmin3_to_hashcat.pl
  • securenotes2hashcat.pl
  • shiro1-to-hashcat.py
  • sqlcipher2hashcat.pl
  • truecrypt2hashcat.py
  • veeamvbk2hashcat.py
  • veracrypt2hashcat.py
  • virtualbox2hashcat.py
  • vmwarevmx2hashcat.py

history

Project history and usage

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.

Project history

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.

Adoption history

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.

How it is used

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.

Why package nerds care

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.

Timeline

  • 2015-12: hashcat and oclHashcat move to open source under the MIT license; hashcat v2.00 is released.
  • 2016-06: v3.00 is tagged during the unified public-source era.
  • 2020-06: v6.0.0 is released with a new plugin interface, compute-backend API, CUDA backend, and extensive developer documentation.
  • 2022-09: v6.2.6 appears in the official release archive list.
  • 2025-08: v7.0.0 is released after more than two years of development, followed by v7.1.x tags in the same month.

Related projects

  • oclHashcat is the GPU-oriented predecessor whose code path became central to the unified hashcat project.
  • hashcat-legacy is the CPU-based predecessor name used after unification.
  • hashcat-utils provides supplemental tools for cracking workflows.
  • John the Ripper is a related password-cracking project often compared through rules, modes, and hash-format workflows.

Sources

  • Official hashcat repository, wiki, download/release page, and forum release announcements.

security posture

Risk level: blue

broad file, network, media, or database tool signal.

Risk classifier

blue risk · medium confidence · tool

Why

  • broad file, network, media, or database tool signal

Signals

  • text:sql

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Installs with 2 runtime dependencies.
  • Build metadata lists 2 build dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

executables

Installed executables

CommandKindExposureNote
aescrypt2hashcat.plcliglobal executable
apfs2hashcat.pycliglobal executable
bisq2hashcat.pycliglobal executable
bitlocker2hashcat.pycliglobal executable
bitwarden2hashcat.pycliglobal executable
cachedata2hashcat.pycliglobal executable
cryptoloop2hashcat.pycliglobal executable
exodus2hashcat.pycliglobal executable
gitea2hashcat.pycliglobal executable
hashcatcliglobal executable
hashcat_bincliglobal executable
keybag2hashcat.pycliglobal executable
kremlin2hashcat.pycliglobal executable
lastpass2hashcat.pycliglobal executable
luks2hashcat.pycliglobal executable
metamask2hashcat.pycliglobal executable
mozilla2hashcat.pycliglobal executable
radmin3_to_hashcat.plcliglobal executable
securenotes2hashcat.plcliglobal executable
shiro1-to-hashcat.pycliglobal executable
sqlcipher2hashcat.plcliglobal executable
truecrypt2hashcat.pycliglobal executable
veeamvbk2hashcat.pycliglobal executable
veracrypt2hashcat.pycliglobal executable
virtualbox2hashcat.pycliglobal executable
vmwarevmx2hashcat.pycliglobal executable

freshness

Version and 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.

page generated2026-07-08
manager version7.1.2
manager updated
local dataok
upstreamnot checked
latest detectednot detected

https://hashcat.net/hashcat/

  • infoNo package-manager update timestamp was available.low confidence
  • infoRelease/tag comparison is only available for GitHub repositories.https://hashcat.net/hashcat/none confidence

install metadata

Package metadata

Package keybrew:hashcat
Version7.1.2
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/hashcat
Homepagehttps://hashcat.net/hashcat/
Repositoryhttps://github.com/hashcat/hashcat
Upstream docshttps://hashcat.net/wiki
LicenseMIT AND LZMA-SDK-9.22 AND LicenseRef-Homebrew-public-domain
Source archivehttps://hashcat.net/files/hashcat-7.1.2.tar.gz
Dependenciesminizip, xxhash
Build dependenciesgnu-sed, python@3.14
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namehashcat
Version Scheme1
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Debian apt95%

hashcat 6.2.6+ds2-1

World's fastest and most advanced password recovery utility

https://hashcat.net/hashcat/

sudo apt install hashcat
  • Section: net
  • Architecture: amd64
  • 7 dependencies
  • 3 optional deps
  • normalized package name match
  • Matched by: Hashcat
Debian stable package indexes · deb.debian.org · Debian stable package indexes: hashcat from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

hashcat-data 6.2.6+ds2-1

Data files for hashcat advanced password recovery utility

https://hashcat.net/hashcat/

sudo apt install hashcat-data
  • Section: net
  • Architecture: all
  • Source Package: hashcat
  • 1 dependencies
  • 1 optional deps
  • normalized package name match
  • Matched by: Hashcat
Debian stable package indexes · deb.debian.org · Debian stable package indexes: hashcat-data from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

hashcat

nix profile install nixpkgs#hashcat
  • normalized package name match
  • Matched by: Hashcat
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ha/hashcat/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

hashcat 6.2.6+ds1-1build2

World's fastest and most advanced password recovery utility

https://hashcat.net/hashcat/

sudo apt install hashcat
  • Section: universe/net
  • Architecture: amd64
  • 9 dependencies
  • 3 optional deps
  • normalized package name match
  • Matched by: Hashcat
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: hashcat from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

hashcat-data 6.2.6+ds1-1build2

Data files for hashcat advanced password recovery utility

https://hashcat.net/hashcat/

sudo apt install hashcat-data
  • Section: universe/net
  • Architecture: all
  • Source Package: hashcat
  • 1 dependencies
  • 1 optional deps
  • normalized package name match
  • Matched by: Hashcat
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: hashcat-data from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk95%

hashcat 6.2.6-r0

World's fastest and most advanced password recovery utility

https://hashcat.net/hashcat/

sudo apk add hashcat
  • License: MIT
  • Architecture: x86_64
  • Source Package: hashcat
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Hashcat
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: hashcat from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
apk95%

hashcat-doc 6.2.6-r0

World's fastest and most advanced password recovery utility (documentation)

https://hashcat.net/hashcat/

sudo apk add hashcat-doc
  • License: MIT
  • Architecture: x86_64
  • Source Package: hashcat
  • normalized package name match
  • Matched by: Hashcat
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: hashcat-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
dnf95%

hashcat 7.1.2-5.fc44

Advanced password recovery utility

https://github.com/hashcat/hashcat

sudo dnf install hashcat
  • License: MIT AND LicenseRef-Fedora-Public-Domain AND BSD-2-Clause AND Apache-2.0
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: hashcat
  • 6 dependencies
  • 3 provides
  • normalized package name match
  • Matched by: Hashcat
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: hashcat from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

hashcat-devel 7.1.2-5.fc44

Development files for hashcat

https://github.com/hashcat/hashcat

sudo dnf install hashcat-devel
  • License: MIT AND LicenseRef-Fedora-Public-Domain AND BSD-2-Clause AND Apache-2.0
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: hashcat
  • 2 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Hashcat
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: hashcat-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

hashcat-doc 7.1.2-5.fc44

Documentation files for hashcat

https://github.com/hashcat/hashcat

sudo dnf install hashcat-doc
  • License: MIT AND LicenseRef-Fedora-Public-Domain AND BSD-2-Clause AND Apache-2.0
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: hashcat
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Hashcat
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: hashcat-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

hashcat 1:7.1.2-2

Multithreaded advanced password recovery utility

https://hashcat.net/hashcat

sudo pacman -S hashcat
  • License: MIT
  • Architecture: x86_64
  • 4 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Hashcat
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: hashcat from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

hashcat 7.1.2-1.3

CPU-based password recovery utility

https://hashcat.net/

sudo zypper install hashcat
  • License: GPL-2.0-or-later AND MIT
  • Category: Productivity/Security
  • Architecture: x86_64
  • Source Package: hashcat
  • 8 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Hashcat
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: hashcat from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

hashcat-devel 7.1.2-1.3

Header files for making hashcat plugins

https://hashcat.net/

sudo zypper install hashcat-devel
  • License: GPL-2.0-or-later AND MIT
  • Category: Development/Libraries/C and C++
  • Architecture: x86_64
  • Source Package: hashcat
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Hashcat
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: hashcat-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

libhashcat7_1_2 7.1.2-1.3

Implementation of the hashcat engine

https://hashcat.net/

sudo zypper install libhashcat7_1_2
  • License: GPL-2.0-or-later AND MIT
  • Category: System/Libraries
  • Architecture: x86_64
  • Source Package: hashcat
  • 9 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Hashcat
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libhashcat7_1_2 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

hashcat

sudo port install hashcat
  • normalized package name match
  • Matched by: Hashcat
MacPorts ports tree · api.github.com · MacPorts ports tree: security/hashcat/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

main/hashcat

scoop install main/hashcat
  • normalized package name match
  • Matched by: Hashcat
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/hashcat.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment