Go to file
2023-08-23 23:21:52 +02:00
000-999/147 added challenge 147 2023-08-23 23:21:52 +02:00
.envrc initial commit 2023-08-23 23:17:59 +02:00
.gitignore initial commit 2023-08-23 23:17:59 +02:00
flake.lock initial commit 2023-08-23 23:17:59 +02:00
flake.nix initial commit 2023-08-23 23:17:59 +02:00
README.md added README 2023-08-23 23:21:36 +02:00

picoGym Practice Challenges

Layout

Every challenge is located in its own folder. The folder name is the challenge id, as found in the URL (https://play.picoctf.org/practice/challenge/CHALLENGE_ID)

Inside the folder there is an inputs subfolder which just includes all the files from the challenge description.

Executing main.py runs the challenge.