Skip to content

HS256-512 JWT token secret key brute force cracker

Notifications You must be signed in to change notification settings

koraydns/jwt-crack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Disclaimer

This script is developed for educational and ethical purposes only. It is illegal to use jwt_crack for attacking targets without obtaining prior explicit agreement from all involved parties. You are held responsible for any breach of law. The developer is not responsible for any misuse or damage caused by this script.

Info

HS256-512 JWT token secret key brute force cracker.

Usage

jwt_crack.py <wordlist> <token>

Requirements

  • Python 3
  • PyJWT