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

# 发现与枚举工具

使用此类别映射目标暴露面：DNS 记录、子域名、网络服务、漏洞扫描结果、暴露的 Git 仓库、无线感知研究以及 Web 技术信号。

## 工具与资源

<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-shield-halved" style="color:$primary;">:shield-halved:</i></h3></td><td><h4>Nessus</h4></td><td>用于网络、主机、服务、应用程序和操作系统评估的 Nessus 漏洞扫描笔记。</td><td><a href="/pages/4ba8cfbf43a1db7dce6a607aabe38d55c848e6fb">/pages/4ba8cfbf43a1db7dce6a607aabe38d55c848e6fb</a></td></tr><tr><td><h3><i class="fa-network-wired" style="color:$primary;">:network-wired:</i></h3></td><td><h4>DNS 枚举</h4></td><td>用于被动 DNS 发现、子域名枚举、DNS 记录、区域传送检查、dnsrecon、dnsenum、DNSDumpster、暴力破解、主机发现和侦察工作流的 DNS 枚举工具笔记。</td><td><a href="/pages/e8e3371d809cbac9cc6cce30a8292e08a91a77c7">/pages/e8e3371d809cbac9cc6cce30a8292e08a91a77c7</a></td></tr><tr><td><h3><i class="fa-network-wired" style="color:$primary;">:network-wired:</i></h3></td><td><h4>网络服务评估工具</h4></td><td>用于 SMB、Kerberos、LDAP、SNMP、NFS、RPC、身份验证测试，以及 Windows 或 Active Directory 服务枚举的网络服务评估工具。</td><td><a href="/pages/de646a76846f71ce83151660731a64c614cc62f6">/pages/de646a76846f71ce83151660731a64c614cc62f6</a></td></tr><tr><td><h3><i class="fa-wifi" style="color:$primary;">:wifi:</i></h3></td><td><h4>RuView WiFi 感知</h4></td><td>用于 WiFi CSI 感知、ESP32 设置、模拟演示、存在检测、运动研究和隐私感知验证的 RuView 笔记。</td><td><a href="/pages/7786d9abb4b75414de283bd55479f7a2f0abfcf5">/pages/7786d9abb4b75414de283bd55479f7a2f0abfcf5</a></td></tr><tr><td><h3><i class="fa-code-branch" style="color:$primary;">:code-branch:</i></h3></td><td><h4>Git-Dumper</h4></td><td>用于恢复暴露的 .git 目录，以及在 Web 评估期间审查泄露的仓库历史记录的 Git-Dumper 笔记。</td><td><a href="/pages/b21b4d40827a70d7098b46698b5171efa42bb3fd">/pages/b21b4d40827a70d7098b46698b5171efa42bb3fd</a></td></tr></tbody></table>

### 工作流程

1. 从被动发现和 DNS 上下文开始。
2. 使用有针对性的枚举验证暴露的服务和技术信号。
3. 仅在范围和授权明确的情况下运行扫描器。
4. 在报告之前手动确认高影响发现。
5. 保留原始输出、版本、时间戳和证据路径。


---

# 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/enumeration.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.
