PortQry
Description
PortQry is a Microsoft command-line tool used to troubleshoot TCP/IP connectivity by checking the status of ports on local or remote systems. It helps administrators determine whether a port is listening, filtered, or not listening, which is very useful for diagnosing network issues, firewall rules, or service availability
Useful PortQry Commands
- Check a specific port on a remote host
- Scan a range of ports
- Scan multiple specific ports
portqry -n 'IP' -p tcp -e 80
portqry -n 'IP' -p tcp -r 20:80
portqry -n 'IP' -p udp -o 53,161,389