Pico CTF


Inspect HTML

Description

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

Hints

  1. What is the web inspector in web browsers?

Solution

picoCTF{1n5p3t0r_0f_h7ml_fd5d57bd}

CLI

Flag is in the HTML, you can view page source or $ curl the page in a terminal

kappa@kappa-Aspire-Z5600:~$ curl 'http://saturn.picoctf.net:56556/'
picoCTF{1n5p3t0r_0f_h7ml_fd5d57bd}