jwt-hack-2.0.0 is not a library.
Visit the last successful build:
jwt-hack-2.4.0
A high-performance toolkit for testing, analyzing and attacking JSON Web Tokens.
Installation
Cargo
Homebrew
From source
Features
| Mode | Description | Support |
|---|---|---|
| Encode | JWT Encoder | Secret based / Key based / Algorithm / Custom Header |
| Decode | JWT Decoder | Algorithm, Issued At Check |
| Verify | JWT Verifier | Secret based / Key based (for asymmetric algorithms) |
| Crack | Secret Cracker | Dictionary Attack / Brute Force |
| Payload | JWT Attack Payload Generator | none / jku&x5u / alg_confusion / kid_sql / x5c / cty |
Basic Usage
Decode a JWT
Encode a JWT
# With Secret
# With Private Key
Verify a JWT
Checks if a JWT's signature is valid using the provided secret or key.
# With Secret (HMAC algorithms like HS256, HS384, HS512)
# With Private Key (for asymmetric algorithms like RS256, ES256)
Crack a JWT
# Dictionary attack
# Bruteforce attack
Generate payloads
Contribute
Urx is open-source project and made it with ❤️ if you want contribute this project, please see CONTRIBUTING.md and Pull-Request with cool your contents.