Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 668 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 668 Bytes

jwtpubsigner

This little script signs JWT token (header+payload) using server public key and HMAC 256/512 alg. Useful for RS -> HS JWT attacks. A little note: header and payload must be already base64url-encoded and padding (=) removed.

Usage: ./jwtpubsigner.sh [example.com] [header.payload]

alt text