jwtvoid

Crates.iojwtvoid
lib.rsjwtvoid
version0.1.0
sourcesrc
created_at2021-06-29 05:58:05.120949
updated_at2021-06-29 05:58:05.120949
descriptionUtility to convert existing JWTs to the "none" algorithm
homepage
repositoryhttps://github.com/aramperes/jwtvoid
max_upload_size
id416031
size6,195
Aram Peres (aramperes)

documentation

README

jwtvoid

A utility to convert existing JWTs (JSON Web Tokens) to the none algorithm.

This can be used to discover vulnerabilities in web services and JWT libraries.

Installation

cargo install jwtvoid

Usage

# One JWT
echo "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c" | jwtvoid

# Multiple JWT
cat jwts.txt | jwtvoid

License

MIT License: see LICENSE file for more information.

Commit count: 3

cargo fmt