端口 9001 似乎被 Microsoft-HTTPAPI/2.0 使用。我从浏览器中得到这个http://localhost:9001/
HTTP/1.1 404 Not Found
Content-Type: text/html; charset=us-ascii
Server: Microsoft-HTTPAPI/2.0
Date: Thu, 09 Apr 2020 08:10:11 GMT
Connection: close
Content-Length: 315
Run Code Online (Sandbox Code Playgroud)
使用netstat -aonb | grep 9001:
TCP 0.0.0.0:9001 0.0.0.0:0 LISTENING 4
TCP [::]:9001 [::]:0 LISTENING 4
TCP [::1]:9001 [::1]:50916 TIME_WAIT 0
TCP [::1]:9001 [::1]:50957 TIME_WAIT 0
Run Code Online (Sandbox Code Playgroud)
所以PID 4 是ntoskrnl.exe。
我检查了 Internet Information Service 已关闭
我怎样才能进一步调查?感谢您的帮助