TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Obtaining local IP addresses via WebRTC STUN requests

18 点作者 m4r71n超过 10 年前

7 条评论

marios超过 10 年前
Any software implementing STUN will do this. Listing all IPs is also done when using ICE, another method for NAT traversal. In my opinion, it&#x27;s not really news; just a reminder that browsers have become monstrous pieces of software that include just about anything and the kitchen sink.<p>This can be disabled, in firefox go to about:config and change the media.peerconnection.enabled key to false.
nl超过 10 年前
Previous discussion: <a href="https://news.ycombinator.com/item?id=8949953" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=8949953</a>
markild超过 10 年前
I&#x27;ve not looked into the technical side of this type of request, and it probably makes sense, but it&#x27;s of interest to not that this also produces my local IP addresses when accessing the site over an ssh-ed SOCKS-proxy.
AlyssaRowan超过 10 年前
A potential issue for browser fingerprinting and another thing for Tor Browser to disable (if it isn&#x27;t already, and I&#x27;d be surprised if it isn&#x27;t).<p>Local ones aren&#x27;t very interesting though, and almost useless for connection. Can we perhaps close this without losing functionality?
wolfwyrd超过 10 年前
This <i>can</i> be blocked in Chrome with a Plug-In[1]<p>[1]<a href="https://chrome.google.com/webstore/detail/webrtc-block/nphkkbaidamjmhfanlpblblcadhfbkdm?hl=en" rel="nofollow">https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;webrtc-block&#x2F;nphkk...</a>
andrelaszlo超过 10 年前
Funny, it lists my LAN IP as &quot;public IP&quot; and my Docker interface as &quot;local IP&quot;. My actual public IP, since I&#x27;m behind a corporate firewall is not listed at all. This is on Chrome 39.0.2171.99.
pjc50超过 10 年前
So you discover that my LAN address is 192.168.1.2. What can you actually do with that information? Can it be leveraged into making the browser probe its local network?