JSON Web Tokens (JWT) support for the Burp Interception Proxy. JWT4B will let you manipulate a JWT on the fly, automate common attacks against JWT and decode it for you in the proxy history. JWT4B automagically detects JWTs in the form of 'Authorization Bearer' headers as well as customizable post body parameters.
The following url contains links to four pages which simulate a JWT being sent via XHR or as cookie. https://oz-web.com/jwt/
- Clone repository and create new Eclipse Java Project
- Rightclick -> Configure -> Convert to Maven Project (downloading all required libraries)
- Open Burp -> Extender -> APIs -> Save interface files -> Copy all files to JWT4B\src\burp
- Export runnable fat JAR including libraries
- Load the JAR in Burp through the Extender Tab -> Extensions -> Add (Good to know: CTRL+Click on a extension to reload it)