# My Challenges

- [STANDCON CTF 2021](https://ctf.zeyu2001.com/my-challenges/standcon-ctf-2021.md): STANDCON CTF is a Singaporean CTF competition for tertiary students.
- [Space Station](https://ctf.zeyu2001.com/my-challenges/standcon-ctf-2021/space-station.md): N-day Local File Inclusion (LFI) vulnerability in PHP-Proxy.
- [Star Cereal](https://ctf.zeyu2001.com/my-challenges/standcon-ctf-2021/star-cereal.md): PHP insecure deserialisation vulnerability
- [Star Cereal 2](https://ctf.zeyu2001.com/my-challenges/standcon-ctf-2021/star-cereal-2.md): Spoofable client IP address, SQL injection vulnerability
- [Mission Control](https://ctf.zeyu2001.com/my-challenges/standcon-ctf-2021/mission-control.md): Format string vulnerability
- [Rocket Science](https://ctf.zeyu2001.com/my-challenges/standcon-ctf-2021/rocket-science.md): Code injection vulnerability in lambdaJSON
- [Space University of Interior Design](https://ctf.zeyu2001.com/my-challenges/standcon-ctf-2021/space-university-of-interior-design.md): SUID and Sudo misconfigurations
- [Rocket Ship Academy](https://ctf.zeyu2001.com/my-challenges/standcon-ctf-2021/rocket-ship-academy.md): RSA Chosen Ciphertext Attack
- [Space Noise](https://ctf.zeyu2001.com/my-challenges/standcon-ctf-2021/space-noise.md): TCP covert channel using Morse Code


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ctf.zeyu2001.com/my-challenges.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
