> For the complete documentation index, see [llms.txt](https://hacking-notes.jord4n.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hacking-notes.jord4n.pro/ru/writeups-ctf/hackthebox.md).

# HackTheBox

Разборы машин HackTheBox, организованные по операционной системе и уровню сложности.

## Методология HTB

1. Перечислите доступные сервисы, веб-приложения, поддомены, общие ресурсы и поверхности аутентификации.
2. Определите первоначальную точку входа через учетные данные, CVE, загрузку файлов, LFI, внедрение команд или злоупотребление сервисом.
3. Стабилизируйте доступ и соберите локальный контекст: пользователей, конфигурации, учетные данные, запланированные задачи, службы и внутренние порты.
4. Повышайте привилегии через ошибки конфигурации Linux, злоупотребление привилегиями Windows, пути Active Directory или уязвимые службы.

## Категории машин

<table data-view="cards" data-full-width="false" data-search="false"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h3><i class="fa-linux" style="color:$primary;">:linux:</i></h3></td><td><h4>Linux — Легкий</h4></td><td>Разборы машин HackTheBox Linux Easy, охватывающие перечисление веб-ресурсов, доступные сервисы, поиск учетных данных, раскрытие файлов, эксплуатацию CMS и повышение привилегий в Linux.</td><td><a href="/pages/753f4a745e9e00df4ec8160be3603b5e2104c75a">/pages/753f4a745e9e00df4ec8160be3603b5e2104c75a</a></td></tr><tr><td><h3><i class="fa-windows" style="color:$primary;">:windows:</i></h3></td><td><h4>Windows — Легкий</h4></td><td>Разборы машин HackTheBox Windows Easy, охватывающие SMB, перечисление Active Directory, WinRM, раскрытие файлов, злоупотребление сервисами, атаки на учетные данные и повышение привилегий в Windows.</td><td><a href="/pages/52423c6d1749fb1017d6198ec3f8bd2726770be0">/pages/52423c6d1749fb1017d6198ec3f8bd2726770be0</a></td></tr><tr><td><h3><i class="fa-linux" style="color:$primary;">:linux:</i></h3></td><td><h4>Linux — Средний</h4></td><td>Разборы машин HackTheBox Linux Medium, охватывающие эксплуатацию веб-приложений, SQL-инъекции, SSRF, RCE в CMS, учетные данные, пивотинг и повышение привилегий в Linux.</td><td><a href="/pages/96e93d6afe3cdc5847a79399be4a82f739527f6b">/pages/96e93d6afe3cdc5847a79399be4a82f739527f6b</a></td></tr><tr><td><h3><i class="fa-windows" style="color:$primary;">:windows:</i></h3></td><td><h4>Windows — Средний</h4></td><td>Разборы машин HackTheBox Windows Medium, охватывающие включение файлов, веб-оболочки, Jenkins, Active Directory, повышение привилегий в Windows и постэксплуатацию.</td><td><a href="/pages/442b64c262e6880a9cd0fae2553a3310789bf31b">/pages/442b64c262e6880a9cd0fae2553a3310789bf31b</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://hacking-notes.jord4n.pro/ru/writeups-ctf/hackthebox.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.
