> For the complete documentation index, see [llms.txt](https://cl4nd3st1ne.gitbook.io/write-ups/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cl4nd3st1ne.gitbook.io/write-ups/hack-the-box.md).

# Hack The Box

- [Machines](https://cl4nd3st1ne.gitbook.io/write-ups/hack-the-box/machines.md)
- [HTB Season 8: RustyKey Walk-through](https://cl4nd3st1ne.gitbook.io/write-ups/hack-the-box/machines/htb-season-8-rustykey-walk-through.md): RustyKey is a hard-level Windows machine focused on exploiting an Active Directory environment.
- [HTB Season 6: Caption Walk-through](https://cl4nd3st1ne.gitbook.io/write-ups/hack-the-box/machines/htb-season-6-caption-walk-through.md): The Caption machine is a hard level Linux machine which was released in the 7th week of the sixth season — Heist.
- [HTB Season 5: Runner Machine Walkthrough](https://cl4nd3st1ne.gitbook.io/write-ups/hack-the-box/machines/htb-season-5-runner-machine-walkthrough.md): This is a medium difficulty linux machine which involves several CVEs and container escape for privilege escalation.
- [Sherlocks](https://cl4nd3st1ne.gitbook.io/write-ups/hack-the-box/sherlocks.md)
- [Hack The Box Anpu Walk-through](https://cl4nd3st1ne.gitbook.io/write-ups/hack-the-box/sherlocks/hack-the-box-anpu-walk-through.md): Anpu is a Medium difficulty android forensics themed Sherlock on Hack The Box.
- [OpTinselTrace24–3: Blizzard Breakdown Walk-through](https://cl4nd3st1ne.gitbook.io/write-ups/hack-the-box/sherlocks/optinseltrace24-3-blizzard-breakdown-walk-through.md): This is the third Sherlock of the OpTinselTrace24 series. It is mainly focused on AWS CloudTrail forensics.
- [OpTinselTrace24–2: Cookie Consumption Walk-through](https://cl4nd3st1ne.gitbook.io/write-ups/hack-the-box/sherlocks/optinseltrace24-2-cookie-consumption-walk-through.md): This is the second Sherlock in the OpTinselTrace24 series. We have been provided with logs of the host, kubernetes, web server, and more.
- [OpTinselTrace24–1: Sneaky Cookies Walk-through](https://cl4nd3st1ne.gitbook.io/write-ups/hack-the-box/sherlocks/optinseltrace24-1-sneaky-cookies-walk-through.md): This is the first Sherlock in the OpTinselTrace24 series.


---

# 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://cl4nd3st1ne.gitbook.io/write-ups/hack-the-box.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.
