Hashcat

From ArchWiki

Merge-arrows-2.pngThis article or section is a candidate for merging with List of applications.Merge-arrows-2.png

Notes: Content does not justify dedicated article (Discuss in Talk:Hashcat)

Hashcat is a powerful password recovery tool that supports over 200 hashing algorithms. It uses OpenCL to enhance performance.

Installation

Install hashcat package.

Hashcat cannot work without OpenCL, so you need to install the GPGPU#OpenCL Runtime package for your CPU or GPU.

Usage

For getting password from hash_file with hash_type using dictionary_file:

hashcat -m hash_type hash_file dictionary_file

More examples and usage details can be found at Hashcat wiki.

See also