查看端口占用

2021-09-08  本文已影响0人  死宅程序员
D:\code\osc\test\test-photon>http-server . -o
events.js:187
      throw er; // Unhandled 'error' event
      ^

Error: listen EADDRINUSE: address already in use 0.0.0.0:8080
    at Server.setupListenHandle [as _listen2] (net.js:1300:14)
    at listenInCluster (net.js:1348:12)
    at doListen (net.js:1487:7)
    at processTicksAndRejections (internal/process/task_queues.js:81:21)
Emitted 'error' event on Server instance at:
    at emitErrorNT (net.js:1327:8)
    at processTicksAndRejections (internal/process/task_queues.js:80:21) {
  code: 'EADDRINUSE',
  errno: 'EADDRINUSE',
  syscall: 'listen',
  address: '0.0.0.0',
  port: 8080
}
HTTP/1.1 404 Not Found
Connection: Keep-Alive
Server: Embedthis-http
ETag: "0-0-60bef933"
Cache-Control: no-cache
Last-Modified: Tue, 08 Jun 2021 04:59:31 GMT
Date: Tue, 07 Sep 2021 16:24:29 GMT
Content-Length: 167
Keep-Alive: timeout=60, max=196
C:\Users\Administrator>netstat -anot | grep "8080"
  TCP    0.0.0.0:8080           0.0.0.0:0              LISTENING       6516     InHost
  TCP    127.0.0.1:8080         127.0.0.1:61962        TIME_WAIT       0        InHost
  TCP    127.0.0.1:8080         127.0.0.1:65507        TIME_WAIT       0        InHost
  TCP    192.168.3.2:54117      120.241.190.185:8080   ESTABLISHED     5092     InHost

是 PID 为 5092 的进程搞的事情。

x:\Program Files (x86)\Tencent\QQBrowser
不知道这个后门是搞什么鬼用的,直接右键任务管理器的进程,关掉。

E:\Program Files (x86)\National Instruments\Shared\NI WebServer
参考这个 直接关闭服务即可。

上一篇 下一篇

猜你喜欢

热点阅读