Jwt Scan banner
Awarexone Awarexone

Jwt Scan

Development community

Description

--- description: JWT attack toolkit (offline) — alg:none forgery, RS256→HS256 algorithm confusion, weak-secret crack, static claim analysis. Usage: /jwt-scan <token> [--analyze|--alg-none|--confuse --public-key pub.pem|--crack --wordlist f] --- # /jwt-scan Forge and analyze JWTs offline. Implements the three highest-paid JWT bugs from the auth skill. All crypto is pure stdlib — no network needed to mint a forgery. ## Usage ``` /jwt-scan <token> --analyze /jwt-scan <token> --alg-none /jwt-sca

Installation

Installs to ~/.claude/skills/awarexone-agentic-bug-hunter-jwt-scan/SKILL.md

Terminal
mkdir -p ~/.claude/skills/awarexone-agentic-bug-hunter-jwt-scan && curl -fsSL https://raw.githubusercontent.com/Awarexone/Agentic-Bug-Hunter/HEAD/commands/jwt-scan.md -o ~/.claude/skills/awarexone-agentic-bug-hunter-jwt-scan/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository