WebDecode
- Description: Do you know how to use the web inspector?
- Difficulty: Easy
🔎 Solution
The provided website features three main sections in the navigation bar: Home, About, and Contact.
By casually browsing through the pages, the About page stands out with a hint: "Try inspecting the page!! You might find it there."
Inspecting the page's source code reveals an unusual attribute notify_true="cGljb0NURnt3ZWJfc3VjYzNzc2Z1bGx5X2QzYzBkZWRfMDdiOTFjNzl9"
within a <section>
element.

This string is encoded in Base64 - decoding it unveils the flag.
🚩Flag
picoCTF{web_succ3ssfully_d3c0ded_07b91c79}