2023-08-23 21:21:36 +00: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.
|
|
|
|
|
2023-08-24 16:40:32 +00:00
|
|
|
Executing `nix run .#CHALLENGE_ID` runs the challenge.
|
2023-08-24 22:20:15 +00:00
|
|
|
|
|
|
|
## 156 - "Nice netcat..."
|
|
|
|
|
|
|
|
```txt
|
|
|
|
nc mercury.picoctf.net 49039
|
|
|
|
```
|
|
|
|
|
|
|
|
Output is in ASCII. Convert to text.
|