Hashcat (简体中文)
Hashcat 是功能强大的密码恢复工具,支持 200 多种 hash 算法。它使用 OpenCL 来增强性能。
安装
如果没有 OpenCL,Hashcat 将无法运行,因此您需要为 CPU 或 GPU 安装 GPGPU#OpenCL Runtime 软件包。
用法
对于来自 hash_file 与 hash_type 获得密码使用 dictionary_file:
hashcat -m hash_type hash_file dictionary_file
在 Hashcat wiki 上可以找到更多示例和用法详细信息。