Sunday, December 2, 2018

To view list of open ports on windows

To view list of open ports on windows, use below command.

netstat -a

It will give output like below.


Active Connections

  Proto  Local Address          Foreign Address        State
  TCP    0.0.0.0:135            ukreddy-e7470:0        LISTENING
  TCP    0.0.0.0:443            ukreddy-e7470:0        LISTENING
  TCP    0.0.0.0:623            ukreddy-e7470:0        LISTENING
  TCP    0.0.0.0:902            ukreddy-e7470:0        LISTENING
  TCP    0.0.0.0:912            ukreddy-e7470:0        LISTENING
  TCP    0.0.0.0:1536           ukreddy-e7470:0        LISTENING


Reference

No comments:

Post a Comment