Checking open ports in Windows from command prompt
Quick – how do you tell how many connections does your box have over say port 445(SMB)or whether that port is really closed? Or for any other port like 80? The quickest way I have seen is simply using netstat from command prompt although applying a filter for ports that we want to find out.[Of …