网站使用 WebRTC 监视我的地址 - 他们能看到什么?

发布于 2025-01-13 08:25:37 字数 948 浏览 5 评论 0原文

我使用的网站从 javascript 连接到外部 WebRTC 服务器以获取有关我的信息。他们收到这样的响应并将选定的信息发送到他们的服务器。

RTCPeerConnectionIceEvent {isTrusted: true, candidate: RTCIceCandidate, type: 'icecandidate', target: RTCPeerConnection, currentTarget: RTCPeerConnection, …}
isTrusted: true
bubbles: false
cancelBubble: false
cancelable: false
candidate: RTCIceCandidate
address: "[edd1:73ea:ef2e:73eb:f08b:73ec:4f62:4888]"
candidate: "candidate:842163049 1 udp 1677732095 edd1:73ea:ef2e:73eb:f08b:73ec:4f62:4888 52280 typ srflx raddr :: rport 0 generation 0 ufrag +UaO network-cost 999"
component: "rtp"
foundation: "842163049"
port: 52280
priority: 1677732095
protocol: "udp"
relatedAddress: "[::]"
relatedPort: 0
sdpMLineIndex: 0
sdpMid: "1"
tcpType: null
type: "srflx"
usernameFragment: "+UaO"
[[Prototype]]: RTCIceCandidate
composed: false

任何人都可以向我指出文档或解释地址中编码的信息:“[edd1:73ea:ef2e:73eb:f08b:73ec:4f62:4888]”以及他们可以找到关于我的什么信息?它看起来像 IPv6 地址,但事实并非如此。 谢谢

Website I'm using connects from javascript to external WebRTC server to get information about me. They are getting response like this and sending selected information to their server.

RTCPeerConnectionIceEvent {isTrusted: true, candidate: RTCIceCandidate, type: 'icecandidate', target: RTCPeerConnection, currentTarget: RTCPeerConnection, …}
isTrusted: true
bubbles: false
cancelBubble: false
cancelable: false
candidate: RTCIceCandidate
address: "[edd1:73ea:ef2e:73eb:f08b:73ec:4f62:4888]"
candidate: "candidate:842163049 1 udp 1677732095 edd1:73ea:ef2e:73eb:f08b:73ec:4f62:4888 52280 typ srflx raddr :: rport 0 generation 0 ufrag +UaO network-cost 999"
component: "rtp"
foundation: "842163049"
port: 52280
priority: 1677732095
protocol: "udp"
relatedAddress: "[::]"
relatedPort: 0
sdpMLineIndex: 0
sdpMid: "1"
tcpType: null
type: "srflx"
usernameFragment: "+UaO"
[[Prototype]]: RTCIceCandidate
composed: false

Can anybody point me to a documentation or explain what information is encoded in address: "[edd1:73ea:ef2e:73eb:f08b:73ec:4f62:4888]" and what they can find out about me? It looks like IPv6 address but it is not.
Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

清欢 2025-01-20 08:25:37

候选行中的该部分包含 IPv4 或 IPv6 地址。该地址遵循优先级 1677732095。以下是一些带有详细文档的资源:

That section in the candidate line holds an IPv4 or IPv6 address. The address follows the priority 1677732095. Here are a few resources with detailed documentation:

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文