← Home

Open Port Checker

Scan an IP address for common open ports to identify exposed services and potential attack vectors.

What are open ports?

Every internet-connected device listens on numbered ports for incoming connections. Open ports are entry points — some are expected (like port 443 for HTTPS websites), but others can be dangerous if left exposed, such as remote desktop (3389) or database ports (3306, 5432).

This tool checks your IP against Shodan's InternetDB, a continuously updated index of internet-facing hosts, to reveal which ports are visible from the public internet. Use it to spot potential security risks before attackers do.

Port Presets

  • All Common — 20 of the most widely used TCP ports
  • Web — ports 80, 443, 8080, 8443, 8000, 8888
  • Remote Access — SSH (22), Telnet (23), RDP (3389), VNC (5900/5901)
  • Databases — MSSQL (1433), MySQL (3306), PostgreSQL (5432), Redis (6379), MongoDB (27017)
  • Email — SMTP (25), POP3 (110), IMAP (143), SMTPS (465), Submission (587)
  • High Risk — FTP (21), Telnet (23), SMB (445), RDP (3389), Metasploit (4444), VNC (5900), Redis (6379), Memcached (11211)

Related Tools