JWT - Introduction
Here we go again. we have got a login page and there is also a feature for guest login. As the challenge name suggestes, we need to access the admin panel to get the flag i.e. password,
So, I just logged in as guest to figure out the request and responce.
steps:
- I already set up the
JWT Editorextension in my burp, in order to play with tokens. - I just grab the request for
guestlogin. and its seems like theusernamewe have isguest, I tried to change it toadminbut no luck. - There also you can see the
HS256algorithm used, I tried to change it tonone.
And wallah, we got the admin access.
The password is S1gn4tuR3_v3r1f1c4t10N_1S_1MP0Rt4n7