🌐

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

FLAG

After refreshing the page we can now see the flag

💡

picoCTF{th3_c0nsp1r4cy_11v3s_0c98aacc}