如何识别异常端口上的已知网络服务?

发布于 2024-12-05 01:59:28 字数 140 浏览 3 评论 0原文

给定一个在非特权且未广泛使用的端口号上具有开放 TCP 端口的设备,我假设 Telnet、SMTP 或 HTTP 等已知服务正在该设备上运行,而不是在其标准端口上运行,例如端口 12345 上的 XMPP 服务,无论是不管有没有意义:我如何找出那里运行的是哪个服务?

Given a device with an open TCP port on a non priviliged and not widely used port number from which I assume a known service like Telnet, SMTP or HTTP is running there and not on its standard port, e.g. a XMPP service on port 12345 whether this makes sense or not: How do I find out which service runs there?

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

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

发布评论

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

评论(1

夏末的微笑 2024-12-12 01:59:29

您可以尝试使用nmap工具进行扫描。

You can try to scan with nmap tool.

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