picoCTF/exercises/147/info.nix
2023-08-24 18:40:32 +02:00

7 lines
181 B
Nix

{
name = "Obedient Cat";
points = 5;
url = "https://play.picoctf.org/practice/challenge/147";
description = "This file has a flag in plain sight (aka \"in-the-clear\").";
}