常见网络浏览器中的 UDP 协议支持
在地址栏中输入“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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.