Challenge

A simple website with a welcome message. The flag is not visible on the page.

Approach

Open browser developer tools (F12) or view the page source (Ctrl+U). The flag is in an HTML comment:

1
<!-- boroCTF{d3v3l0peR_t001s} -->

Alternatively: curl https://challenge-url/ | grep boroCTF

Flag

boroCTF{d3v3l0peR_t001s}