简体   繁体   English

如何在Windows上查询谁共享端口80?

[英]How to query who shares port 80 on Windows?

Windows can share ports. Windows可以共享端口。 For example IIS and WinRM share port 80. Is there any way to query this information? 例如IIS和WinRM共享端口80。是否可以查询此信息?

netsh does the job netsh胜任

netsh http show servicestate verbose=no

This will list all endpoints registerd in httpsys, all entries that starts from is actually sharing port 80. 这将列出在httpsys中注册的所有终结点,所有从此开始的条目实际上共享端口80。

Yes. 是。 Exacly nmap program can examinate what application listen on what port, he have rules definition for each application and this program checks who program rule is working on this port (by sending, receiving data and analyze this). Exaply nmap程序可以检查哪个应用程序在哪个端口上侦听,他为每个应用程序定义规则,并且该程序检查谁的程序规则在该端口上起作用(通过发送,接收数据并对此进行分析)。

netstat -ab

我不知道采用编程方式(并且您未指定编程语言

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM