![]() |
Witch appz is the best to see witch port is open on my PC !!¿
|
Hmmm....quick and dirty way is to just type netstat from a command line (start-->run-->cmd.exe)
Displays protocol statistics and current TCP/IP network connections. NETSTAT [-a] [-e] [-n] [-o] [-s] [-p proto] [-r] [interval] -a Displays all connections and listening ports. -e Displays Ethernet statistics. This may be combined with the -s option. -n Displays addresses and port numbers in numerical form. -o Displays the owning process ID associated with each connection. -p proto Shows connections for the protocol specified by proto; proto may be any of: TCP, UDP, TCPv6, or UDPv6. If used with the -s option to display per-protocol statistics, proto may be any of: IP, IPv6, ICMP, ICMPv6, TCP, TCPv6, UDP, or UDPv6. -r Displays the routing table. -s Displays per-protocol statistics. By default, statistics are shown for IP, IPv6, ICMP, ICMPv6, TCP, TCPv6, UDP, and UDPv6; the -p option may be used to specify a subset of the default. interval - Redisplays selected statistics, pausing interval seconds between each display. Press CTRL+C to stop redisplaying statistics. If omitted, netstat will print the current configuration information once. So for instance, if you want to show most everything that it can and update/refresh every 10 seconds you would type: NETSTAT -a -e -o -n -s -r 10 There are also a whole bunch apps out there that can monitor your open ports as well; www.ostrosoft.com has a suite of tools that I have used in the past or just go to google and search for port monitors :) Hope this helps some :) /JD |
thanks JackDynne - have filed that nice post away.
@Alpine - Shields UP @ _https://grc.com/x/ne.dll?bh0bkyd2 is a good place to check which ports are open/closed/stealth as well. |
@ richardc2000: You are very welcome :)
You can also list all available options for the command line routines by typing: command name /? so for netstat you would type: netstat /? and so on and so on... :) /JD |
Thx JacKDynne and Richard2002
This is very usefull !! |
To the both of you.........This is very useful, and I was NOT even looking for this. This will be one for the notebook
|
All times are GMT +1. The time now is 03:48 PM. |
Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.