Baike.dev
All toolsTrendingOpen sourceNewsSubmit
Log in
< 返回工具列表
H

hashcat

> 编程语言
开源

World's fastest and most advanced password recovery utility

26.5K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

World's fastest and most advanced password recovery utility

hashcat

hashcat is a highly optimized password recovery platform for GPUs, CPUs, and large distributed systems.

Features

  • World's fastest password cracker
  • World's first and only in-kernel rule engine
  • Free and open source, under the MIT license
  • Multi-OS: Linux, Windows and macOS
  • Multi-backend: CUDA, HIP, Metal and OpenCL
  • Multi-device: several devices, and mixed device types, in one system
  • Multi-hash: cracks large numbers of hashes at once
  • Over 590 hash modes, each written with performance in mind
  • 5 attack modes: wordlist, brute-force, PCFG, hybrid and association
  • Assimilation bridge: add a hash mode in C, Python or Rust, without writing a kernel
  • Brain: skips candidates an earlier session already tried
  • Distributed cracking networks, using an overlay
  • Reads candidates from a wordlist, from stdin, or from another program
  • Markov chain keyspace ordering, so the likely candidates come first
  • Automatic performance tuning per device
  • Interactive pause and resume
  • Named sessions, and restore after an interruption
  • Built-in benchmark
  • Integrated thermal watchdog
  • Hex salt and hex charset, for hashes and character sets that are not text
  • Encrypted plains: crack a hash for someone else without being able to read the password
  • Keyboard layout mapping, for full disk encryption passwords typed on a non-US keyboard

License

hashcat is licensed under the MIT license. See docs/license.txt.

Installation

Download the latest release and unpack it where you want it. Use 7z x when unpacking from the command line, so the full file paths stay intact.

Your platform may also provide packages.

Building

Building from source is optional. The release package is the same program, and a binary you build yourself will not crack any faster. Build it if you want a change of your own, a fix that is in master but not yet released, or a platform we do not ship a binary for.

See BUILD.md for how.

Tests:

Build BSD Rust

Usage and help

Start with --help, also kept in the tree as docs/hashcat-help.md. One example hash per mode is in docs/hashcat-example-hashes.md.

The wiki and the FAQ go further. The forum holds years of answered questions. If you still need help from a real human, come to Discord.

Documentation

The docs directory covers each feature. The ones people ask about most:

  • Plugin development guide, for adding a hash mode
  • Assimilation bridge, and its Python and Rust quickstarts
  • Generic attack mode and PCFG
  • Brain, slow candidates, encrypted plains
  • Keyboard layout mapping
  • Compression libraries, for reading gzip, xz and zstd files
  • Release notes for v7.1.0, and the full changelog

Contributing

Contributions are welcome. CONTRIBUTING.md has the code style, what a pull request needs, and how to test a change before you send it.

Security

SECURITY.md has how to report a vulnerability, and what counts as one.

Happy Cracking!

核心特点

  • •World's fastest password cracker
  • •World's first and only in-kernel rule engine
  • •Free and open source, under the MIT license
  • •Multi-OS: Linux, Windows and macOS
  • •Multi-backend: CUDA, HIP, Metal and OpenCL
  • •Multi-device: several devices, and mixed device types, in one system
  • •Multi-hash: cracks large numbers of hashes at once
  • •Over 590 hash modes, each written with performance in mind
  • •5 attack modes: wordlist, brute-force, PCFG, hybrid and association
  • •Assimilation bridge: add a hash mode in C, Python or Rust, without writing a kernel

> 标签

Cccrackingcudagpgpu

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月9日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言