Hashcat (简体中文)

From ArchWiki
翻译状态:本文是 Hashcat翻译。上次翻译日期:2020-04-29。如果英文版本有所更改,则您可以帮助同步翻译。

Hashcat 是功能强大的密码恢复工具,支持 200 多种 hash 算法。它使用 OpenCL 来增强性能。

安装

安装 hashcat 包。

如果没有 OpenCL,Hashcat 将无法运行,因此您需要为 CPU 或 GPU 安装 GPGPU#OpenCL Runtime 软件包。

用法

对于来自 hash_filehash_type 获得密码使用 dictionary_file

hashcat -m hash_type hash_file dictionary_file

Hashcat wiki 上可以找到更多示例和用法详细信息。

另请参见