Do you know how to use the web inspector?
Start searching herearrow-up-right to find the flag
Go to the /about page and use the dev tools ( press F12 or Ctrl + Shift + I ) to view the source code.
/about
You can see a base64 encoded string in the notify_true attribute of the section tag.
notify_true
section
I used CyberChef to decode the encoded string and got the flag.
Flag: picoCTF{web_succ3ssfully_d3c0ded_07b91c79}
picoCTF{web_succ3ssfully_d3c0ded_07b91c79}
Last updated 1 year ago