# STACK the Flags 2022

{% hint style="info" %}
**Additional Information:** For this CTF, I am running on a M1 MacBook Pro which uses the **ARM** architecture. The files given from this CTF are uploaded here as well! :relaxed:

**Team Name:** TeamBML

**Position:** Top 10%
{% endhint %}

| Challenge                                                                 | Category  |
| ------------------------------------------------------------------------- | --------- |
| [Finding Nyan](/ctfs/2022/stack-the-flags-2022/finding-nyan.md)           | OSINT     |
| [New Tasks!](/ctfs/2022/stack-the-flags-2022/new-task.md)                 | OSINT     |
| [Hit you with that](/ctfs/2022/stack-the-flags-2022/hit-you-with-that.md) | Forensics |
| [Cobalt Struck](/ctfs/2022/stack-the-flags-2022/cobalt-struck.md)         | Forensics |
| [PyRunner](/ctfs/2022/stack-the-flags-2022/pyrunner.md)                   | Web       |


---

# 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://nitrozeus.gitbook.io/ctfs/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.
