> For the complete documentation index, see [llms.txt](https://sumanroy.gitbook.io/ctf-writeups/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sumanroy.gitbook.io/ctf-writeups/tryhackme-writeups/advent-of-cyber-2023-the-side-quest-saga.md).

# Advent of Cyber 2023 - The Side Quest Saga

{% hint style="success" %}
Since we worked as a team, I have personally not written any writeup for this event, I have linked it to writeup's of [**0xb0b**](https://0xb0b.gitbook.io/writeups/)**,** one of my teammate :heart:
{% endhint %}

<figure><img src="/files/g44QNYbz5MhirK9RamVV" alt=""><figcaption><p>Team Snowmen</p></figcaption></figure>

{% hint style="success" %}
By Team Snowmen
{% endhint %}

<table><thead><tr><th width="288">Table of Contents</th><th>Room Link</th></tr></thead><tbody><tr><td><a href="https://0xb0b.gitbook.io/writeups/tryhackme/2023/advent-of-cyber-23-side-quest/the-return-of-the-yeti"><strong>Side Quest One Walkthrough</strong></a></td><td><a href="https://tryhackme.com/room/adv3nt0fdbopsjcap">https://tryhackme.com/room/adv3nt0fdbopsjcap</a></td></tr><tr><td><a href="https://0xb0b.gitbook.io/writeups/tryhackme/2023/advent-of-cyber-23-side-quest/snowy-armageddon"><strong>Side Quest Two Walkthrough</strong></a></td><td><a href="https://tryhackme.com/room/armageddon2r">https://tryhackme.com/room/armageddon2r</a></td></tr><tr><td><a href="https://0xb0b.gitbook.io/writeups/tryhackme/2023/advent-of-cyber-23-side-quest/frosteau-busy-with-vim"><strong>Side Quest Three Walkthrough</strong></a></td><td><a href="https://tryhackme.com/room/busyvimfrosteau">https://tryhackme.com/room/busyvimfrosteau</a></td></tr><tr><td><a href="https://0xb0b.gitbook.io/writeups/tryhackme/2023/advent-of-cyber-23-side-quest/the-bandit-surfer"><strong>Side Quest Four Walkthrough</strong></a></td><td><a href="https://tryhackme.com/jr/surfingyetiiscomingtotown">https://tryhackme.com/jr/surfingyetiiscomingtotown</a></td></tr></tbody></table>

ASCII Cinema Videos for Exploits

{% embed url="<https://asciinema.org/~sumanrox>" %}

For Fully automate exploits please visit my or my friend's github profile

{% embed url="<https://github.com/sumanrox/sidequest-exploits>" %}
Automated SideQuest Exploits
{% endembed %}

{% embed url="<https://github.com/47hxl-53r/sidequest2023-exploits>" %}
Automated Side Quest Exploits
{% endembed %}


---

# 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://sumanroy.gitbook.io/ctf-writeups/tryhackme-writeups/advent-of-cyber-2023-the-side-quest-saga.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.
