Pico CTF


Obedient Cat

Description

This file has a flag in plain sight (aka "in-the-clear"). Download flag.

Hints

  1. Any hints about entering a command into the Terminal (such as the next one), will start with a '$'... everything after the dollar sign will be typed (or copy and pasted) into your Terminal.
  2. To get the file accessible in your shell, enter the following in the Terminal prompt: $ wget https://mercury.picoctf.net/static/33996e32dce022205a6a36f69aba56f0/flag
  3. $ man cat

Solution

picoCTF{s4n1ty_v3r1f13d_28e8376d}

CLI

$ man cat
$ man wget

$ wget "https://mercury.picoctf.net/static/fb851c1858cc762bd4eed569013d7f00/flag"
$ ls
$ cat flag
picoCTF{s4n1ty_v3r1f13d_28e8376d}