# STACK the Flags 2022

STACK the Flags is a 48-hour, online jeopardy-style Capture-the-Flag competition organised by GovTech’s Cyber Security Group.

I had fun playing this CTF casually with my friends, and trying out some interesting new categories like Cloud and IoT!

<figure><img src="/files/hF8aLLPsXsf9LOmPtKRB" alt=""><figcaption></figcaption></figure>

Unfortunately, some challenges were contributed by Hack The Box and writeups for these are embargoed. Here are the rest of the writeups for the more interesting challenges I solved!

| Challenge                                                                        | Category |
| -------------------------------------------------------------------------------- | -------- |
| [Secret of Meow Olympurr](/2022/stack-the-flags-2022/secret-of-meow-olympurr.md) | Cloud    |
| [The Blacksmith](/2022/stack-the-flags-2022/the-blacksmith.md)                   | Web      |
| [BeautyCare](/2022/stack-the-flags-2022/beautycare.md)                           | Fullpwn  |
| [Electrogrid](/2022/stack-the-flags-2022/electrogrid.md)                         | Fullpwn  |
| [GutHib Actions](/2022/stack-the-flags-2022/guthib-actions.md)                   | Misc     |


---

# 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/2022/stack-the-flags-2022.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.
