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:
| |
Alternatively: curl https://challenge-url/ | grep boroCTF
Flag
boroCTF{d3v3l0peR_t001s}