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

# 元数据 OSINT

元数据分析可从文件和图像中提取隐藏信息，包括 EXIF 数据、地理位置、用户名、软件版本、时间戳以及文档属性。

## 通过元数据定位照片：

{% hint style="info" %}
元数据工具集中在 [图像和视频分析](/zh/hacking-tools/osint/image-and-video-analysis.md)。请使用本页了解调查工作流程，并使用黑客工具中心查看维护中的工具目录。
{% endhint %}

要分析图像文件，请使用以下命令：

```bash
exiftool <文件>
```

如果照片包含地理位置信息，结果将显示如下字段：

* **GPS 纬度：** 纬度
* **GPS 经度：** 经度
* **GPS 海拔：** 海拔

<figure><img src="/files/0779f96343427786df11eb235b9bc798b7712022" alt=""><figcaption></figcaption></figure>

利用这些坐标，可以将其输入到 Google 地图等平台中，从而确定照片拍摄的确切位置。

<figure><img src="/files/31dcb1a94c0a08201978e094f99fe859ccc7a057" alt=""><figcaption></figcaption></figure>

## 通过图像获取信息：

{% hint style="info" %}
图像还可用于进行反向搜索并获取更多信息，例如其来源或发布位置。这些工具对调查和分析很有帮助。
{% endhint %}

反向图片搜索可以帮助识别图像最初发布的位置、是否出现在其他场景中，以及是否存在类似版本。维护中的反向图片搜索和视觉验证工具列表可在以下位置找到 [图像和视频分析](/zh/hacking-tools/osint/image-and-video-analysis.md).

## 图像和人脸研究工具

{% hint style="info" %}
反向图片搜索、图像取证、元数据审查和人脸比较工具集中在 [图像和视频分析](/zh/hacking-tools/osint/image-and-video-analysis.md).
{% endhint %}


---

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