Master JWT

Description

master-jwt-description

https://jwt.ctf.cert.unlp.edu.ararrow-up-right

Source:

Solution

The jwt is using a secret generated from random value, this is unsecure because it's first using seed and then random. If seed is found all other "random" values will also be found.

First lets get the JWT token generated by application.

Bruteforce the seed:

circle-check

Last updated