DEV Community

David Disu
David Disu

Posted on

Includes - picoCTF '22 (web)

challenge description

After, clicking the hello button we are given a popup saying "this code is in another file" hinting the flag may be in other files(css, js)

Hello button message

STEPS TO SOLUTIONS

  • Inspect elements and snoop around in the Style editor and debugger tabs(Firefox) we see pieces of the flag commented.

challenge solved

FLAG: picoCTF{1nclu51v17y_1of2_f7w_2of2_6edef411}

Top comments (0)