xbox 上开放了哪些端口?它会响应 ping/TCP 连接吗?

发布于 2024-10-20 21:06:39 字数 299 浏览 10 评论 0原文

我正在尝试编写一个应用程序来在关闭 Xbox 时关闭我的电脑。我遇到的问题是我的 Xbox 似乎没有响应 ping。

我下载了一个端口扫描工具,但没有发现任何开放的端口。所以我安装了wireshark并在向其流媒体时运行跟踪。我可以看到 TCP 流量最初在 6453 上传输,然后作为“复杂链路”在各种其他端口上传输。我无法通过 telnet 连接到 6453 或我尝试过的其他几个。

关于如何进步有什么建议吗?我不确定 Xbox 是否侦听任何端口,也不知道我如何确定它是否侦听。可能有一种更优雅的方式来做我想做的事? (我打算在实际应用中使用 C#)

I'm trying to write an application to shut down my pc when I shutdown my xbox. The issue I'm having is my xbox dosent seem to respond to pings.

I downloaded a port scanning tool and that didn't find any open ports on it. So I put up wireshark and ran a trace while streaming media to it. I can see TCP traffic travelling initially on 6453 then as "complex-link" on various other ports. I cant connect on telnet to 6453 or the other few I tried.

Any advice on how to progress? I'm not sure if the xbox even listens on any ports or how I find out if it does. Possibly there is a more elegant way of doing what I want? (I'm intending to use C# for the actual application)

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

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

发布评论

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

评论(1

懒的傷心 2024-10-27 21:06:39

不监听 ping 是相当常见的安全做法。它可以被认为是一个安全风险。

我认为没有可靠的方法可以做你想做的事。 Xbox 只会在想要出去并联系其他盒子时才打开端口。它可能不会坐在那里并让端口保持开放。

It's fairly common security practice to not listen to pings. It can be considered a security risk.

I don't think there's a reliable way to do what you want. The Xbox is going to only open ports when it wants to go out and contact other boxes. It's probably not going to sit there and leave ports open.

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