Skip to content

Installation

Terminal window
go install github.com/cerberauth/jwtop@latest

Requires Go 1.24 or later.

Verify the installation:

Terminal window
jwtop version

jwtop crack/jwtop exploit weaksecret can optionally fall back to the external john and hashcat tools for HMAC secret cracking on large wordlists. Neither is a jwtop dependency — install them only if you plan to use --john/--hashcat. See crack » External cracking tools for install commands and important caveats (the Debian/Ubuntu john package lacks the required formats; hashcat needs a compute backend).

To use jwtop in a GitHub Actions workflow, see the GitHub Actions guide.