常见网络浏览器中的 UDP 协议支持

发布于 2024-07-19 05:11:02 字数 222 浏览 5 评论 0原文

在地址栏中输入“udp://host:666”效果不太好。 是否有任何解决方法可以使用普通的 Web 浏览器向主机发送单个“空”数据报?

响应没有问题,因为我考虑的用例是端口碰撞(“http://host:666 “效果不佳,因为如果没有响应,浏览器往往会重复请求,从而违反了指定的敲门序列)。

Entering "udp://host:666" in the location bar doesn't work very well. Is there any work-around for sending a single "empty" datagram to a host using an ordinary web browser?

The response is no issue since the use case I'm think about is port knocking ("http://host:666" doesn't work well since browsers tend to repeat the request if there is no response, thus violating the designated knock sequence).

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

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

发布评论

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

评论(1

悲凉≈ 2024-07-26 05:11:02

HTTP 是 TCP 协议。 网络浏览器是错误的工具。

通过快速谷歌搜索,出现了http://netcat.sourceforge.net/。 它也许能够为您发送该 UDP。

HTTP is a TCP protocol. A web browser is the wrong tool.

From a quick google, http://netcat.sourceforge.net/ came up. It might be able to send that UDP for you.

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