Installation
JWT-HACK can be installed in several ways, depending on your preference and environment.
From Cargo
If you have Rust and Cargo installed, you can install JWT-HACK directly from crates.io:
cargo install jwt-hack
From Homebrew
For macOS users, JWT-HACK is available via Homebrew:
brew install jwt-hack
From Snapcraft (Ubuntu)
For Ubuntu users, JWT-HACK is available via Snap:
sudo snap install jwt-hack
From Source
To build JWT-HACK from source, you'll need to have Rust and Cargo installed:
git clone https://github.com/hahwul/jwt-hack
cd jwt-hack
cargo install --path .
From Docker
JWT-HACK is also available as Docker images:
GitHub Container Registry
docker pull ghcr.io/hahwul/jwt-hack:latest
Docker Hub
docker pull hahwul/jwt-hack:v2.3.1
Verification
Once installed, verify that JWT-HACK is working correctly:
jwt-hack --version
You should see the version information and the JWT-HACK banner displayed.