> For the complete documentation index, see [llms.txt](https://0xb0b.gitbook.io/writeups/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://0xb0b.gitbook.io/writeups/tryhackme/2024/k2.md).

# K2

{% embed url="<https://tryhackme.com/r/room/k2room>" %}

The following post by 0xb0b is licensed under [CC BY 4.0<img src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" alt="" data-size="line"><img src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" alt="" data-size="line">](http://creativecommons.org/licenses/by/4.0/?ref=chooser-v1)

***

As the challenge is rather large and worthy of a network, the report is divided into three parts for clarity. There is a section for each machine in the room. In order not to give too much away, there is no summary.

But, it is advisable to solve the machines in order, because we will need to use all the information we have gathered in the course of the challenge.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Base Camp</strong></td><td></td><td></td><td><a href="/pages/x9qN4qtgxQdb8s7Zj6s1">/pages/x9qN4qtgxQdb8s7Zj6s1</a></td></tr><tr><td><strong>Middle Camp</strong></td><td></td><td></td><td><a href="/pages/5MHbgjz77gNPWUCRocYj">/pages/5MHbgjz77gNPWUCRocYj</a></td></tr><tr><td><strong>The Summit</strong></td><td></td><td></td><td><a href="/pages/xtpf2lZMwKyx2S93qVse">/pages/xtpf2lZMwKyx2S93qVse</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://0xb0b.gitbook.io/writeups/tryhackme/2024/k2.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
