# TetCTF 2024

<figure><img src="/files/9Jd5BJh6TXxSwf1M8uM6" alt=""><figcaption></figcaption></figure>

TetCTF is an annual Capture The Flag (CTF) event organized by TetCTF. My team didn't have much time to explore the CTF because we had an exam on Monday and needed to focus on revisions. However, I managed to find some time to attempt the cloud category challenges.

| Challenge                                                                     | Solve | Points |
| ----------------------------------------------------------------------------- | ----- | ------ |
| [Hello from API GW (100)](/ctf-writeup/2024/tetctf-2024/hello-from-api-gw.md) | 50    | 136    |
| [Microservices (200)](/ctf-writeup/2024/tetctf-2024/microservices.md)         | 6     | 991    |


---

# 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://kabinet.gitbook.io/ctf-writeup/2024/tetctf-2024.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.
