Jwt Inspect
jwt_inspectDecode JWTs offline to report algorithm, claims, and timestamps, ensuring no network requests or active exploitation.
Instructions
Decode a JWT and report its algorithm, claims, and timestamps.
Fully offline: not one request leaves this machine, which is why it is
passive and costs zero requests. target is the in-scope asset the token
came from — it exists so the call is still scope-checked and the finding has
an owner, not because jwt_tool contacts it.
Every jwt_tool mode that forges a token (-T/-I/-S/-X), cracks
a key (-C), or replays one at a live host (-t/-M) is denied by the
argument policy. Proving a JWT flaw is an exploit-phase action with its own
approval gate, not something this tool can be talked into.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | ||
| target | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||