7 lines
181 B
Nix
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\").";
|
||
|
}
|