> For the complete documentation index, see [llms.txt](https://docs.ipwo.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ipwo.net/dai-li-jian-ce-yu-yin-si-an-quan/browserscan-shi-yong-jiao-cheng.md).

# BrowserScan 使用教程

BrowserScan 是一个用于检测浏览器环境安全性的工具，主要用于检查：

* IP 是否正常切换
* 是否存在 [WebRTC 泄露](/dai-li-jian-ce-yu-yin-si-an-quan/webrtc-xie-lou-jian-ce.md)
* 是否存在 [DNS 泄露](/dai-li-jian-ce-yu-yin-si-an-quan/dns-xie-lou-jian-ce.md)
* [浏览器指纹是否异常](/dai-li-jian-ce-yu-yin-si-an-quan/liu-lan-qi-zhi-wen-jian-ce.md)
* 环境是否容易被识别为“同一设备”

👉 适用于代理验证、多账号运营、反检测环境测试等场景。

***

## 🌍 一、BrowserScan 是做什么的？

在使用代理或指纹浏览器时，仅检测 IP 是不够的。

BrowserScan 可以帮助你全面检查：

```
IP + DNS + WebRTC + 指纹 + 系统环境
```

👉 用于判断“环境是否干净”。

***

## 🚀 二、如何使用 BrowserScan（基础步骤）

***

### ✔ 第一步：打开检测网站

访问：

```
https://www.browserscan.net
```

***

### ✔ 第二步：进入检测页面

打开后会自动开始检测你的浏览器环境，包括：

* IP 地址
* 国家地区
* 浏览器指纹
* 网络信息

***

### ✔ 第三步：等待检测完成

通常几秒内会完成扫描。

***

### ✔ 第四步：查看检测结果

重点关注以下模块：

***

## 🌐 三、IP 检测结果说明

***

### ✔ 正常情况

```
IP = 代理 IP（如美国、日本）
```

说明：

👉 代理已生效

***

### ❌ 异常情况

```
IP = 本机 IP（中国 IP）
```

说明：

👉 代理未生效或发生泄露

***

## 🔄 四、WebRTC 检测说明

***

### ✔ 正常情况

* 仅显示代理 IP
* 无本机 IP

***

### ❌ 异常情况

* 同时出现多个 IP
* 出现本地网络 IP

👉 表示 WebRTC 泄露

***

## 🌐 五、DNS 检测说明

***

### ✔ 正常情况

* DNS 显示海外节点
* 与代理国家一致

***

### ❌ 异常情况

* 出现中国运营商 DNS
* DNS 与 IP 国家不一致

👉 表示 DNS 泄露

***

## 🧠 六、浏览器指纹检测

BrowserScan 会检测：

* 浏览器版本
* 操作系统
* 字体列表
* 时区
* 屏幕分辨率
* Canvas / WebGL

***

### ✔ 正常情况

```
指纹唯一且与代理环境一致
```

***

### ❌ 异常情况

```
指纹与其他账号重复
或与IP国家不一致
```

👉 有账号关联风险

***

## ⚠️ 七、风险评分说明

BrowserScan 通常会给出一个：

```
风险评分（Risk Score）
```

***

### ✔ 低风险（推荐）

* IP 正常
* DNS 无泄露
* WebRTC 安全
* 指纹唯一

***

### ⚠️ 中风险

* 部分信息不一致
* DNS 或 WebRTC 有轻微异常

***

### ❌ 高风险

* IP 泄露
* DNS 泄露
* 指纹重复
* 环境异常明显

***

## 🔧 八、如何优化检测结果？

***

### ✔ 方法1：使用住宅代理

👉 更接近真实用户网络

***

### ✔ 方法2：使用指纹浏览器

例如：

* [AdsPower](/ji-cheng-jiao-cheng/zhi-wen-liu-lan-qi/adspower-liu-lan-qi-ji-cheng-zhi-nan.md)
* [MoreLogin](/ji-cheng-jiao-cheng/zhi-wen-liu-lan-qi/morelogin-liu-lan-qi-ji-cheng-zhi-nan.md)
* [Dolphin Anty](/ji-cheng-jiao-cheng/zhi-wen-liu-lan-qi/dolphinanty-liu-lan-qi-ji-cheng-zhi-nan.md)

***

### ✔ 方法3：关闭 WebRTC

防止本机 IP 泄露

***

### ✔ 方法4：修复 DNS 泄露

使用：

* Cloudflare DNS（1.1.1.1）
* Google DNS（8.8.8.8）

***

### ✔ 方法5：保持环境一致性

```
IP国家 = 时区 = 浏览器语言 = 系统环境
```

***

## 🧭 九、推荐检测流程（非常重要）

建议按照以下顺序使用：

```
1. curl 测试代理是否生效
↓
2. IP 地区检测
↓
3. BrowserScan 检测
↓
4. WebRTC / DNS 检查
↓
5. 正式业务使用
```

***

## 🚀 十、快速判断口诀

```
IP对 ≠ 安全
指纹对 ≠ 安全
BrowserScan低风险 = 真正安全
```

***

## 📚 相关文章 / 相关阅读

* [如何检测代理是否生效](/dai-li-jian-ce-yu-yin-si-an-quan/ru-he-jian-ce-dai-li-shi-fou-sheng-xiao.md)
* [如何检测 IP 地区](/dai-li-jian-ce-yu-yin-si-an-quan/ru-he-jian-ce-ip-di-qu.md)
* [WebRTC 泄露检测](/dai-li-jian-ce-yu-yin-si-an-quan/webrtc-xie-lou-jian-ce.md)
* [DNS 泄露检测](/dai-li-jian-ce-yu-yin-si-an-quan/dns-xie-lou-jian-ce.md)
* [浏览器指纹检测](/dai-li-jian-ce-yu-yin-si-an-quan/liu-lan-qi-zhi-wen-jian-ce.md)
* [如何降低账号关联风险](/dai-li-jian-ce-yu-yin-si-an-quan/ru-he-jiang-di-zhang-hao-guan-lian-feng-xian.md)
* [什么是住宅代理](/dai-li-ji-chu-zhi-shi/shen-me-shi-zhu-zhai-dai-li.md)
* [什么是粘性会话](/dai-li-ji-chu-zhi-shi/shen-me-shi-nian-xing-hui-hua.md)
* [什么是轮换 IP](/dai-li-ji-chu-zhi-shi/shen-me-shi-lun-huan-ip.md)
* [为什么需要海外网络环境](/dai-li-ji-chu-zhi-shi/wei-shen-me-xu-yao-hai-wai-wang-luo-huan-jing.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.ipwo.net/dai-li-jian-ce-yu-yin-si-an-quan/browserscan-shi-yong-jiao-cheng.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.
