Pallavan's Knowledge base
This blog contains a list of items I tried on my lab
Wednesday, March 23, 2011
Finding out what's process is listening on a port
To find which process has an open port:
netstat -o -n -a | findstr 0.0:80
Where “80″ is the port in question (i.e. 80, 443, etc). Get the PID (i.e. 3456) and open Task Manager, proc tab, add the PID column, sort
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment