WebDecode

Description

Do you know how to use the web inspector? Start searching here to find the flag

Solution

go to about section of the website. you can see a hint there.

image

open inspect mode in your browser. Notice that the value of notify_true attribute in the section tag looks like a cipher.

<section class="about" notify_true="cGljb0NURnt3ZWJfc3VjYzNzc2Z1bGx5X2QzYzBkZWRfMDdiOTFjNzl9">
   <h1>
    Try inspecting the page!! You might find it there
   </h1>
   <!-- .about-container -->
  </section>

try decoding it using a base64 decoder.

flag: picoCTF{web_succ3ssfully_d3c0ded_07b91c79}