Hashcat

Hashcat is a powerful and widely-used password cracking tool designed to break various types of password hashes. It supports a broad range of algorithms, including those used in Unix, Windows, and other systems. Hashcat utilizes both CPU and GPU processing power to perform highly efficient brute-force, dictionary, and rainbow table attacks. It is known for its speed and flexibility, enabling users to crack complex passwords much faster compared to traditional tools. Hashcat is popular among security professionals for testing password strength during penetration tests and audits.

Installation:

sudo apt install hashcat

Usage & Manual :

https://hashcat.net/hashcat/
Basic Syntax of hashcat
Modes of Attack
  • Next step is to define the attack mode & Attack codes can be found on the hashcat wiki page


Use cases & Examples :

  1. Cracking MD5 Hashes

  1. Hashcat Rules based cracking

  1. Combination of two or more files

  1. To show cracked hashes of files

  1. Bruteforcing the hashes

  1. Example Bruteforcing on password hash : Ghoul@123(MD5)

  1. Cracking hashes of incremental values

Last updated