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

# OSINT 方法论

OSINT 通过收集可揭示用户、域名、凭据、暴露文件、元数据和外部攻击面的公开信息来支持侦察。

OSINT 的关键目标包括电子邮件地址、泄露的凭据、密码泄露、EXIF 元数据、电话号码、公开资料以及基础设施相关引用。

<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-envelope-open" style="color:$primary;">:envelope-open:</i></h3></td><td><h4>电子邮件 OSINT</h4></td><td>对与某组织或域名相关联的电子邮件地址进行搜索、验证和关联分析。</td><td><a href="/pages/27162c5e4ecd48db5f3a47710fdea7cf62571800">/pages/27162c5e4ecd48db5f3a47710fdea7cf62571800</a></td></tr><tr><td><h3><i class="fa-unlock-keyhole" style="color:$primary;">:unlock-keyhole:</i></h3></td><td><h4>泄露与密码 OSINT</h4></td><td>对数据泄露、暴露的密码以及与凭据泄露相关的风险进行分析。</td><td><a href="/pages/20baac2b8b318874bfd24670d72121a5317796e8">/pages/20baac2b8b318874bfd24670d72121a5317796e8</a></td></tr><tr><td><h3><i class="fa-image" style="color:$primary;">:image:</i></h3></td><td><h4>元数据 OSINT</h4></td><td>提取并分析 EXIF 元数据，以识别隐藏的敏感信息。</td><td><a href="/pages/daa67caa6c35973a05b9ee4621646f63960b58e2">/pages/daa67caa6c35973a05b9ee4621646f63960b58e2</a></td></tr><tr><td><h3><i class="fa-mobile-screen-button" style="color:$primary;">:mobile-screen-button:</i></h3></td><td><h4>电话 OSINT</h4></td><td>电话号码研究、运营商、格式、临时号码以及相关的公开痕迹。</td><td><a href="/pages/5078d95a46984bb19745c5e22747720642cef180">/pages/5078d95a46984bb19745c5e22747720642cef180</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/osint/osint-methodology.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.
