> 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/hacking-tools/windows.md).

# Инструменты Windows

Инструменты для Windows поддерживают локальную проверку привилегий, сопоставление отношений в Active Directory, перечисление конечных точек и контролируемое постэксплуатационное взаимодействие. Используйте этот раздел, чтобы выбрать подходящий инструмент для нужных вам данных: локальные привилегии, уязвимые службы, доменные отношения, пути атаки или ссылки на обход для исполняемых файлов.

## Рабочий процесс инструментов Windows

1. Перечислите локальную учетную запись, привилегии, группы, процессы, службы, сеансы, состояние сети и установленное ПО.
2. Используйте WinPEAS, PrivescCheck, PowerUp или ручные команды для выявления локальных ошибок конфигурации.
3. Собирайте связи Active Directory с помощью SharpHound или BloodHound.py, когда важен доменный контекст.
4. Анализируйте пути BloodHound, чтобы найти кратчайшие контролируемые маршруты к локальному администратору, группам высокой ценности или компрометации домена.
5. Сверяйтесь с LOLBAS и WADCom, когда метод зависит от встроенных бинарных файлов Windows или синтаксиса команд AD.

## Категории инструментов Windows

<table data-card-size="large" data-column-title-hidden data-view="cards" data-full-width="false" data-search="false"><thead><tr><th>Название</th><th>Описание</th><th>Официальная ссылка</th><th data-hidden data-card-cover data-type="image">Обложка</th></tr></thead><tbody><tr><td><strong>Перечисление Windows</strong></td><td>Локальные команды и проверки для выявления привилегий, групп и служб.</td><td><a href="/pages/d706140bb65c2c791731e7c639aab1d25c6e0f47">windows-enumeration</a></td><td></td></tr><tr><td><strong>BloodHound</strong></td><td>Сопоставление Active Directory и поиск путей атаки.</td><td><a href="/pages/db2cf2f5ce6bf5f002cdc41907334ffcae16b7e8">bloodhound-tool</a></td><td></td></tr><tr><td><strong>WinPEAS</strong></td><td>Автоматизированное перечисление для повышения привилегий в Windows.</td><td><a href="https://github.com/peass-ng/PEASS-ng/releases/tag/20241101-6f46e855">https://github.com/peass-ng/PEASS-ng/releases/tag/20241101-6f46e855</a></td><td><a href="/files/7d901ce8a8229b5d079bd4e90652251388d328f0">/files/7d901ce8a8229b5d079bd4e90652251388d328f0</a></td></tr><tr><td><strong>PrivescCheck</strong></td><td>Аудит ошибок конфигурации Windows с помощью PowerShell.</td><td><a href="https://github.com/itm4n/PrivescCheck">https://github.com/itm4n/PrivescCheck</a></td><td><a href="/files/802204f9030ae754cd082903f21b2793d9d7b643">/files/802204f9030ae754cd082903f21b2793d9d7b643</a></td></tr><tr><td><strong>LOLBAS</strong></td><td>Справочник по двоичным файлам Windows, пригодным для обхода или выполнения.</td><td><a href="https://lolbas-project.github.io/">https://lolbas-project.github.io/</a></td><td><a href="/files/4d57061f2b36c1312114f4f1807826e96ca112d5">/files/4d57061f2b36c1312114f4f1807826e96ca112d5</a></td></tr><tr><td><strong>Sherlock</strong></td><td>Поиск известных локальных уязвимостей Windows.</td><td><a href="https://github.com/rasta-mouse/Sherlock">https://github.com/rasta-mouse/Sherlock</a></td><td><a href="/files/a9ce2401007cecccb1d1199b9a2548d919270edb">/files/a9ce2401007cecccb1d1199b9a2548d919270edb</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/hacking-tools/windows.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.
