#vulns.co
/
mcp by GKData.io

← Back to Toolkit

hashcat

GPU hash cracker. JWT HS256, NTLM, phpass, and the rest. Identify the mode first (the hash-id util on this site helps), then crack offline hashes you are authorized to recover.

Tags: cracking, gpu, jwt, ntlm

Category
crypto
Maintenance signal
active

Project repository

Install

apt

sudo apt install hashcat

brew

brew install hashcat

Command templates

Crack a hash

hashcat -m {mode} {hashfile} {wordlist} -O

Related tools

← Back to Toolkit