Includes

March 13, 2025

Problem Description

*Can you get the flag? Go to this website and see what you can discover.


Tools Used

  • Web Inspect

Solution Steps

  1. **Inspecting the web page
    There is a button that says Say hello that when clicked on an alert is displayed.

    Local Authority Image 1

  2. Inspecting the source code
    By inspecting the sources tab we can see three files HTML, JS, CSS.

    Local Authority Image 1
    By viewing the contents of the JS and CSS files the flag first half is in the CSS file and the other half is in the JS file.
    Local Authority Image 1
    Local Authority Image 1


Categories: