Hashcat
Cracking examples
JSON Web Tokens (JWT)
Eg. Cracking a JWT secret:
jwt.txt
: entire JWT sequence (header, payload and signature) (eg.eyJhbGxxx.eyJ1c2xxx.gLYfqxxx
)jwt.secrets.list
: JWT secrets wordlist
Flags
-m/--hash-type
: Hash typeEg.
-m 16500
: Hash type of JWT (JSON Web Tokens)
-a
: Attack modeEg.
-a 0
: Dictionary attack
Possible wordlists
Last updated