Web


Simple web

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/940c0dea-11dc-4717-aec8-453d36208e82/Untitled.png

We are greeted with a simple login form, simply asking for a flag and see what we get? 🤪

We get.

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/ef54b02d-291b-4fc9-991a-cb3d7dfcfa79/Untitled.png

A quick inspect on our POST request to /flag

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/27650012-99ff-42d5-aba5-a163f770d0eb/Untitled.png

hmmmm, 1 = true; 0= false ? let's try to change auth:"0" to auth:"1"

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/ba3680b3-c0d6-48ef-8168-75ebc8a53353/Untitled.png

BINGO

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/b765b23b-44d3-44de-b647-c70e328eb43c/Untitled.png