Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 1.13 KB

youAlreadyKnow.md

File metadata and controls

21 lines (11 loc) · 1.13 KB

You Already Know

Category: Warmup (Web)

After looking the in the html, css, and json files, I noticed that "if you can read this" was emphasized.

During the iFixit Triatholon (an event White Hat and iFixit put on every year), @attila wrote a few web challenges in which flags were hidden in the headers and such.

I opened the developers tools to get a look at what was happening on the webpage, and I saw several requests that looked normal.

Picture of developer tools on networks tab -- before clicking on challenge

Then, I click on the challenge, and I noticed that three requests were sent out when the challenge was clicked: a fetch, script, and a font request.

Picture of developer tools on networks tab -- after clicking on challenge

Then, I determined that the fetch was probably of interest. On inspection of the response message, I noticed that there was a comment inside of the message:

Picture of message

The comment contained the flag: OOO{Sometimes, the answer is just staring you in the face. We have all been there}