PHP。如何通过adobe flash获取真实IP?
如何使用 PHP 和 adobe flash 播放器知道真实的 IP 地址?
我通过socks5访问网站ip-score.com,但他也看到soks5并通过flash播放器确定我的真实ip。
How do you know the real ip address using PHP and a adobe flash player?
I go to the website ip-score.com through socks5, but he also sees soks5 and through the flash player determines my real ip.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
问题在于,在 Windows 上,Flash Player 使用 Internet Explorer 代理设置,您可以在“Internet 选项”中进行配置。因此,即使您在浏览器中设置了代理,除非您的浏览器是 IE,否则他们仍然可以通过 Flash 从您的真实位置看到您。
另一件需要考虑的事情是,大多数代理会在自定义标头中发送您的真实 IP,例如 X-Forwarded -对于。这意味着您也可以通过该标头获取客户端的真实 IP,无论是否有 Flash。
The problem is that on windows, the Flash Player uses the internet explorer proxy settings, that you can configure in "Internet Options". So even if you set up a proxy in your browser, unless your browser is IE, they can still see you coming from your real location via Flash.
Another thing to consider is that most proxies will send your real IP in a custom header like X-Forwarded-For. That means you can grab the real IP of the client via that header as well, Flash or no Flash.