Obedient Cat — picoCTF
A friendly first challenge, solved in one line.
May 16, 2026
Challenge
This file has the flag. Just read it.
Download the file and look at it.
Solve
wget https://artifacts.picoctf.net/c/3/flag
cat flagThe flag prints to stdout in the usual picoCTF{...} form.
Notes
This is a sanity check for new players: the challenge confirms your terminal works and that you know what cat does. From here picoCTF ramps up quickly.
Comments
Comments are not configured yet.