> 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.md).

# Разборы CTF

Разборы машин CTF, ориентированные на практические рабочие процессы пентестинга: разведка, перечисление, эксплуатация, повышение привилегий, латеральное перемещение и заметки по постэксплуатации.

## Процесс подготовки разбора

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

## Платформы

<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-cube" style="color:$primary;">:cube:</i></h3></td><td><h4>Машины HackTheBox</h4></td><td>Разборы машин HackTheBox, организованные по сложности Linux и Windows, охватывающие перечисление, начальную точку доступа, повышение привилегий, Active Directory, эксплуатацию веб-приложений и злоупотребление службами.</td><td><a href="/pages/1e8d73668b359abc02dcd3b5b550e6272bb75eb5">/pages/1e8d73668b359abc02dcd3b5b550e6272bb75eb5</a></td></tr><tr><td><h3><i class="fa-square" style="color:$primary;">:square:</i></h3></td><td><h4>Машины VulnHub</h4></td><td>Разборы машин VulnHub для локальных уязвимых виртуальных машин, охватывающие перечисление веб-ресурсов, эксплуатацию служб, учетные данные, повышение привилегий и получение root-доступа.</td><td><a href="/pages/ebc61babc5269ac4e1c3d2202cafd6ff473563d6">/pages/ebc61babc5269ac4e1c3d2202cafd6ff473563d6</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.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.
