jwt-editor
JWT editor
An extension for Burp Suite to manipulate JSON Web Tokens
A Burp Suite extension for creating and editing JSON Web Tokens. This tool supports signing and verification of JWS, encryption and decryption of JWE and automation of several well-known attacks against applications that consume JWT.
11 stars
3 watching
11 forks
Language: Java
last commit: about 1 month ago Related projects:
Repository | Description | Stars |
---|---|---|
zaubrik/djwt | Provides utilities and functions for creating, verifying, and decoding JSON Web Tokens (JWTs) using cryptographic algorithms. | 228 |
bastiaanjansen/jwt-java | A Java library implementing JSON Web Tokens according to the RFC 7519 standard | 11 |
restuwahyu13/jwt-transform | Tools for transforming and decrypting JSON Web Tokens using encryption algorithms | 18 |
keats/jsonwebtoken | A Rust library for generating and verifying JSON Web Tokens | 1,702 |
jwt-dotnet/jwt | An implementation of JSON Web Tokens for .NET. | 2,139 |
kingsabri/jwtear | A command-line tool for parsing and manipulating JSON Web Tokens | 99 |
dvsekhvalnov/jose-jwt | A library implementing JSON Web Token and related security protocols for .NET development | 946 |
hvqzao/burp-token-rewrite | An extension for Burp Suite to automatically handle CSRF tokens in requests | 16 |
jwtk/njwt | A Node.js library that simplifies the process of creating and working with JSON Web Tokens (JWTs) for secure authentication and authorization. | 432 |
thalhammer/jwt-cpp | A header-only C++ library for creating and validating JSON Web Tokens | 909 |
nccgroup/jwt-reauth | An extension for the Burp Suite web security testing tool that caches authentication tokens and injects them into subsequent requests. | 100 |
brianvoe/sjwt | A simple Go library for generating and validating JSON Web Tokens with HMAC SHA-256 signature | 119 |
hahwul/jwt-hack | A tool for testing and cracking JSON Web Tokens (JWTs) using brute-force and dictionary attacks. | 763 |
jwt-scala/jwt-scala | A library providing JSON Web Token (JWT) support in Scala, allowing users to create, verify, and validate JWTs with various algorithms. | 674 |
mwielgoszewski/jython-burp-api | A Jython-based API to extend Burp Suite's functionality | 180 |