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

# Windows 工具

Windows 工具支持本地权限审查、Active Directory 关系映射、终端枚举以及可控后渗透。使用本节选择最适合你所需证据的工具：本地权限、薄弱服务、域关系、攻击路径或可执行文件绕过参考。

## Windows 工具工作流

1. 枚举本地身份、权限、组、进程、服务、会话、网络状态和已安装软件。
2. 使用 WinPEAS、PrivescCheck、PowerUp 或手动命令来识别本地配置错误。
3. 当域上下文重要时，使用 SharpHound 或 BloodHound.py 收集 Active Directory 关系。
4. 分析 BloodHound 路径，找出到本地管理员、高价值组或域完全控制的最短可控路径。
5. 当某种技术依赖内置 Windows 二进制文件或 AD 命令语法时，交叉参考 LOLBAS 和 WADCom。

## 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/4352edd1f75d67d4923bc267792d67231b53df77">windows-enumeration</a></td><td></td></tr><tr><td><strong>BloodHound</strong></td><td>Active Directory 映射与攻击路径发现。</td><td><a href="/pages/1ab7e88121b6125309f64aa3fffd4bfd15ad6457">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/7786425d5f3369f44ce3110bec7e9288c195d262">/files/7786425d5f3369f44ce3110bec7e9288c195d262</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/02d26b0ad68403ecf7a063eef87f5b9606575bb1">/files/02d26b0ad68403ecf7a063eef87f5b9606575bb1</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/6db55524713aae8938452fc9beb6703566dd31d0">/files/6db55524713aae8938452fc9beb6703566dd31d0</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/df78a16cf6b4741bf66bc21a15cb548064c06079">/files/df78a16cf6b4741bf66bc21a15cb548064c06079</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/zh/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.
