{}
{}
Forges a token with the current header/payload and no signature. Tests servers that fail to reject unsigned tokens (CVE-class auth bypass).
Re-signs the token as HS256 using the RSA public key as the HMAC secret. Exploits servers that use one verify() call with the wrong key type.
Tries a wordlist against the current HMAC token to recover a weak signing secret. One entry per line; built-in common list included.
Injects a payload into the kid header to probe SQLi, path traversal, or command injection in key lookups, then re-sign above.
Quick edits to the payload for privilege-escalation and expiry tests. Modifies the Decoded payload — then Re-sign.
Convert a JWK public key to PEM (for the verify field) and translate epoch timestamps to your local time.