TCP Port Scanner

Scan the 20 most common TCP ports on a host to check which services are publicly reachable from the internet. Results show open ports, associated services, and security recommendations. Only scan hosts you own or have explicit written permission to test.

Authorised use only. Port scanning systems you do not own may be illegal in your jurisdiction. This tool scans from our server - Only submit hosts you control or have explicit permission to scan.

Common Ports Reference

This scanner checks the 20 most commonly used TCP ports. Here is what each one is used for and the security considerations for each:

Port Service Description Security Risk
21FTPFile Transfer Protocol - Unencrypted file transfer.High
22SSHSecure Shell - Encrypted remote login and command execution.Medium
23TelnetUnencrypted remote terminal protocol. Obsolete.Critical
25SMTPSimple Mail Transfer Protocol - Outbound email relay.Medium
53DNSDomain Name System - Resolves hostnames to IP addresses.Low
80HTTPUnencrypted web traffic. Should redirect to HTTPS.Medium
110POP3Post Office Protocol - Download email from server.Medium
143IMAPInternet Message Access Protocol - Email access.Medium
443HTTPSEncrypted web traffic (TLS/SSL). Standard for all sites.Low
3306MySQLMySQL database server. Should never be public-facing.Critical
3389RDPRemote Desktop Protocol - Windows remote access.Critical
5432PostgreSQLPostgreSQL database server. Should be firewalled.High
6379RedisRedis in-memory data store. No auth by default.Critical
8080HTTP-AltAlternate HTTP port often used by dev servers or proxies.Medium
8443HTTPS-AltAlternate HTTPS port used by some management interfaces.Low
27017MongoDBMongoDB database. Has a history of public exposure incidents.Critical

How This Tool Works

  • The scanner attempts a TCP connection to each of the 20 most common ports.
  • A successful connection indicates the port is open and accepting connections from our server.
  • A timeout or refused connection means the port is closed or filtered by a firewall.
  • UDP ports are not scanned - TCP only.
  • Results reflect the view from our servers, not your local network.
  • Rate limited to 10 scans per hour to prevent abuse.

Related Tools