Skip to content

itschesko/jwtpubsigner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages