A Quick Tip To Check If Ports Are Listening

Some of the Services listens on the ports to relay on the communications. These ports must be opened by the firewall for clients to have communication the Server Ports. There are three ways to check if the ports are listening or blocked:

  • Using PortQryUi.exe
  • Using PortQry – command line version
  • Using Rpcdump.exe

Using PortQryUI.exe: This tool is available for download from Microsoft site. This tool can be used to tell if a port on the destination host is blocked or opened.

Using PortQry – command line version: This tool is same as PortQryUI.exe except its a command line version.

Using RpcDump.exe: This tool is part of Resource Kit and can be used to tell if RPC range is opened or blocked for a particular remote computer. For example: you wan to check RPC Port Range on a domain controller. To do so, you run the following command:

RPCDump.exe /s FQDN OF Destination Domain Controller /v /i > C:\Output.txt

 

About The Author

Leave a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Scroll to Top