Brute-forcing secret keys
Brute-forcing secret keys
Brute-forcing secret keys using hashcat
Hashcat
hashcat -a 0 -m 16500 <jwt> <wordlist>Lab
Steps
Getting the JWT Token
Brute force the jwt token using Hashcat and John
Creating and Signing tokens using the secret key
Delete the user Carlos
Last updated