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

# OSINT 与研究工具

本部分将公共 OSINT 方法论和研究工具集中整合到主“黑客工具”区域内。请将其作为与验证、地图绘制、图像分析、社交媒体发现、人员查询、泄露情报、网站、基础设施监控、电子邮件研究、泄露检查、元数据审查以及电话号码调查相关的外部资源的唯一入口。

## 资源类别

<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-radar" style="color:$primary;">:radar:</i></h3></td><td><h4>OSINT 方法论</h4></td><td>用于在侦察过程中收集公开信息、电子邮件、泄露、元数据、电话号码和身份线索的 OSINT 方法论。</td><td><a href="/pages/afb4b9d94ed45f1737f3e63361fa89387efdfc1c">/pages/afb4b9d94ed45f1737f3e63361fa89387efdfc1c</a></td></tr><tr><td><h3><i class="fa-map-location-dot" style="color:$primary;">:map-location-dot:</i></h3></td><td><h4>地图与地理空间情报</h4></td><td>用于卫星图像、火灾警报、基础设施制图、阴影、街景图像、森林、地形和人群规模估算的地图与地理空间情报资源。</td><td><a href="/pages/f73c5911d958a22867b9ad4ccb834c1ececf187c">/pages/f73c5911d958a22867b9ad4ccb834c1ececf187c</a></td></tr><tr><td><h3><i class="fa-image" style="color:$primary;">:image:</i></h3></td><td><h4>图像与视频分析</h4></td><td>用于反向图像搜索、人脸比对、元数据审查、视觉验证和图像取证的图像与视频分析资源。</td><td><a href="/pages/3153c8f293574fb9397a94b42fbb180318e10993">/pages/3153c8f293574fb9397a94b42fbb180318e10993</a></td></tr><tr><td><h3><i class="fa-hashtag" style="color:$primary;">:hashtag:</i></h3></td><td><h4>社交媒体情报</h4></td><td>用于 Facebook、Instagram、Telegram、TikTok、X、Discord、游戏资料、用户名发现以及多平台 OSINT 的社交媒体情报资源。</td><td><a href="/pages/66a199d60151dee5dc181b357c94d1653ea10031">/pages/66a199d60151dee5dc181b357c94d1653ea10031</a></td></tr><tr><td><h3><i class="fa-user-magnifying-glass" style="color:$primary;">:user-magnifying-glass:</i></h3></td><td><h4>人员与泄露研究</h4></td><td>用于负责地开展电子邮件、电话、姓名、用户名、凭据暴露以及泄露情报工作流研究的人员与泄露研究资源。</td><td><a href="/pages/ba6138c8ef24d599535a9882176453322648658f">/pages/ba6138c8ef24d599535a9882176453322648658f</a></td></tr><tr><td><h3><i class="fa-globe" style="color:$primary;">:globe:</i></h3></td><td><h4>网站与基础设施</h4></td><td>用于互联网暴露服务、归档页面、站点监控以及内容复制分析的网站与基础设施研究资源。</td><td><a href="/pages/3023c298f37d8ba424a4c70bd1edca8213f709c9">/pages/3023c298f37d8ba424a4c70bd1edca8213f709c9</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.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.
