Hashcat
Featured🔑 Password Attacks · C
Hashcat is the world's fastest and most advanced password recovery utility, supporting over 300 highly optimized hashing algorithms. It leverages GPU acceleration to crack hashes at unprecedented speeds. Hashcat supports multiple attack modes including dictionary attacks, brute-force, combinator, mask attacks, rule-based attacks, and hybrid attacks. It runs on Linux, Windows, and macOS and supports every major GPU vendor.
Installation
apt (Debian/Ubuntu)
$ sudo apt install hashcatbrew (macOS)
$ brew install hashcatdirect download
$ wget https://hashcat.net/files/hashcat-6.2.6.7zUse Cases
- GPU-accelerated password hash cracking
- Password policy auditing and compliance testing
- Hash identification and analysis
- Rule-based attack generation for targeted cracking
- Credential recovery in forensic investigations
Tags
Details
- Category
- 🔑 Password Attacks
- Language
- C
- Repository
- hashcat/hashcat
Platforms
Alternatives & Comparisons
More in Password Attacks
John the Ripper
CFast password cracker. Supports hundreds of hash types and ciphers. CPU and GPU modes.
THC Hydra
CFast online password brute-forcer. Supports 50+ protocols including SSH, FTP, HTTP, SMB, MySQL.
Medusa
CSpeedy, parallel, modular brute-forcer. Supports HTTP, MySQL, SMB, SSH, Telnet, and more.
CeWL
RubyCustom wordlist generator. Spiders a target site and builds password lists from scraped words.
SecLists
ShellThe security tester's companion. Huge collection of wordlists — usernames, passwords, URLs, fuzzing payloads, shells.
Mimikatz
CExtract plaintext passwords, hashes, PIN codes, and Kerberos tickets from Windows memory.