Skip to content

I am learning some tips to test JWT tokens and posting here my study codes.

Notifications You must be signed in to change notification settings

ak7r4/JWT-study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

JWT-study

I am learning some tips to test JWT tokens and posting here my study codes.

jwt-gen.py

Can help you to generate a simple jwt token to use in your tests you need to change the script to use other keys or other payloads.
Usage: python jwt-gen.py

jwt-crack.py

Can help you to crack real jwt tokens
Usage: python crack_jwt.py JWT_TOKEN WORDLIST_PATH [ALGORITHM]

About

I am learning some tips to test JWT tokens and posting here my study codes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages