Just saw an excellent tweet by @chadmyers:
FYI, 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. 5688) and open Task Manager, proc tab, add the PID column, sort
Awesome hack – i didn’t know this. More specifically, I didn’t know Windows had a poor-man’s grep in findstr
Take that, Skype!
Related posts:
- Skype Listens on Port 80 By default, skype grabs a hold on incoming requests on...
- The Delphi Development Process I come from a background of Delphi development, and came...
- Mass Reverse-DNS Lookup I needed to quickly browse through some web-server logs and...
- Mount a VHD in Windows 7 Windows 7 (and possibly even Vista) has the ability to...
- Instant Twitter Bookmark Tonight’s been a busy night for silly coding This first...