Skip to main content

Search source

  • Description: The developer of this website mistakenly left an important artifact in the website source, can you find it?
  • Difficulty: Medium

🔎 Solution​

Inspecting the webpage source reveals that the JavaScript and CSS files are publicly accessible. While browsing through /css/script.css, a commented section around line 328 contains the flag hidden directly inside the stylesheet.

/** banner_main picoCTF{1nsp3ti0n_0f_w3bpag3s_587d12b8} **/
.carousel-indicators li {
width: 20px;
height: 20px;
border-radius: 11px;
background-color: #070000;

🚩Flag​

picoCTF{1nsp3ti0n_0f_w3bpag3s_587d12b8}