LOGON

LEAD
From the description we need to find a way to login as Joe
From an initial glance , we can see a standard Username , Password setup

Logging in as Joe with the following credentials
💡
Username: Joe
Password: Joe
We get the a success message but no flag 😔

After looking through the HTML we can see no evidence that a flag would be here
NAVIGATE TO THE COOKIE TAB
Lets try see what is in the cookies tab as we did before in the Cookies problem

We can see the password and username cookies which just has the password and username in plain text. Not a good security measure as this can be intercepted easily.
We can also see an admin cookie with a Boolean False parameter.
Changing the parameter to True
