> For the complete documentation index, see [llms.txt](https://docs.ipcheck.ing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ipcheck.ing/knowledge-base/zh/connection-tools/invisibility-test.md).

# 隐身测试

{% hint style="warning" %}
**仅在 IPCheck.ing 上可用** ——此功能不包含在自托管部署中。
{% endhint %}

## 它的作用

当你使用代理或 VPN 时，你访问的网站真的会不知道吗？ **隐身测试** 从对面给出答案。

它不会问“我的 IP 是什么”，而是运行网站用来识别你的同类检查。它会查看你的地址、HTTP 头、时序、时区，以及你的连接行为——然后报告它找到了多少证据表明你正在使用代理或 VPN。

正如应用所说：某些结果可能并不完全准确，但这项测试仍然非常有参考价值。

## 如何运行

该工具位于 **高级工具 → 隐身测试**。你必须登录后才能使用它。

{% stepper %}
{% step %}

### 勾选同意框

测试会收集你的 IP 信息、浏览器信息及类似数据，并在后台进行分析。勾选 **我同意** 以允许此操作。在你勾选之前，运行按钮会一直处于禁用状态。
{% endstep %}

{% step %}

### 点击运行

一个脚本会在你的浏览器中运行并探测你的连接。通常会在约十秒内完成。
{% endstep %}

{% step %}

### 先看摘要，再看详情

结果会先以摘要卡片显示，随后给出逐项列表。
{% endstep %}
{% endstepper %}

## 读取结果

### 摘要卡片

顶部会显示测试所使用的地址（*“你的主要测试 IP 是”*）以及两个百分比：

* **代理百分比** ——有多少证据指向代理。
* **VPN 百分比** ——有多少证据指向 VPN。

每个分数都按颜色编码，下面会显示通俗易懂的判定结果。

| 分数        | 颜色  | 显示的判定                             |
| --------- | --- | --------------------------------- |
| 低于 30%    | 绿色  | 几乎没有发现证据                          |
| 30% 到 69% | 琥珀色 | 信号混杂                              |
| 50% 及以上   | —   | *“你可能正在使用代理。”* / *“你可能正在使用 VPN。”* |
| 低于 50%    | —   | *“未发现你使用代理的证据。”* / *“……发现了 VPN。”* |
| 70% 及以上   | 红色  | 强烈证据                              |

判定语句在 50% 处会翻转。颜色在 30% 和 70% 处变化，所以琥珀色分数仍可能显示为“未发现证据”——应将其视为临界情况，而不是干净通过。

### 详情列表

在摘要下方列出了 14 项单独检查。绿色对勾表示该项未发现问题；红色叉号表示它标记了你。

| 检查                 | 检查内容                      |
| ------------------ | ------------------------- |
| HTTP 头             | 你的请求是否携带表明代理存在的头信息        |
| 数据中心 IP            | 你的地址是否属于托管服务提供商，而不是家庭网络连接 |
| 代理列表               | 你的地址是否出现在已知代理列表中          |
| VPN 列表             | 你的地址是否出现在已知 VPN 列表中       |
| VPN 出口节点列表         | 你的地址是否是已知的 VPN 出口节点       |
| Tor 出口节点           | 你的地址是否是已知的 Tor 出口节点       |
| TCP 指纹             | 你的连接所呈现的操作系统是否与你真实的操作系统一致 |
| TCP 与 Ping 延迟      | 这两个时延是否存在异常大的差异           |
| TCP 与 WebSocket 延迟 | 同样的比较，针对 WebSocket 时延     |
| 时区差异               | 你的设备时区是否与你地址所在时区一致        |
| 网络行为               | 来自客户端的行为信号                |
| WebRTC 检测          | WebRTC 是否暴露了来自多个地区的地址     |
| 流量特征               | 你的 TCP/IP 流量中的信号          |
| 高延迟分析              | 你的延迟特征是否看起来像隧道流量          |

被标记的项目通常会在行内显示证据——你的时区与地址所在时区、你的操作系统与连接所呈现的系统、两个延迟数值，或 WebRTC 产生的额外地址。

### 什么样的结果算好

这取决于你的目标。

* **你希望自己不可见。** 争取低分和尽量少的红叉。像 *数据中心 IP*, *VPN 列表* 和 *时区差异* 这一类是商业 VPN 最常出问题的项目。
* **你只是想要一个能正常工作的 VPN。** 高分也没关系。它们只意味着网站 *可以* 判断你在使用 VPN，而不是你的 VPN 出了故障。至于这个问题，请使用 [我的 VPN 或代理正常工作吗？](/knowledge-base/zh/diagnose/is-my-vpn-working.md).

{% hint style="info" %}
红叉只是一个信号，不是最终判定。有些检查会标记正常配置：企业网络看起来像数据中心，而旅行者的时区常常会不匹配。
{% endhint %}

### 如果测试失败

| 消息                   | 该怎么做                                    |
| -------------------- | --------------------------------------- |
| `测试脚本加载失败，因此测试无法继续。` | 你的网络中的某些内容或某个扩展程序阻止了探测脚本。暂停你的内容拦截器后再试一次 |
| `无法获取测试结果`           | 结果未能及时准备好。请重新运行测试                       |
| `请登录以使用`             | 请先登录；该测试仅对已登录用户开放                       |

## 下一步做什么

* 使用以下方式修复 WebRTC 交叉暴露： [WebRTC 测试](/knowledge-base/zh/connection-tools/webrtc-test.md).
* 使用以下方式修复与 DNS 相关的暴露： [DNS 泄漏测试](/knowledge-base/zh/connection-tools/dns-leak-test.md).
* 降低你暴露中的指纹特征： [浏览器指纹](/knowledge-base/zh/lookup-privacy/browser-fingerprint.md) 和 [浏览器指纹识别详解](/knowledge-base/zh/concepts/browser-fingerprinting.md).
* 逐一查看 [安全检查清单](/knowledge-base/zh/lookup-privacy/security-checklist.md) 以了解更全面的情况。


---

# 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://docs.ipcheck.ing/knowledge-base/zh/connection-tools/invisibility-test.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.
