Online Open Ports Checker

检查服务器上的开放端口以发现正在运行的服务。您可以检查任何域的开放端口。

选择或输入端口

关于开放端口

什么是开放端口?

Open ports are pathways through which a computer or network device can accept data packets from external sources. These ports are essential for internet communication, allowing different services and applications to communicate over the network. When a port is "open", it means that it's configured to listen for and accept connections, making it possible for remote computers to establish communication if they know the correct port number.

常见的开放端口有哪些?

常见的开放端口对于各种网络服务和应用程序有效通信至关重要。以下是常用端口的列表,每个端口都服务于特定的协议或服务:

  • - 端口 20:FTP(文件传输协议)数据传输。
  • - 端口21:FTP(文件传输协议)命令控制。
  • - 端口22:SSH(安全外壳)用于远程计算机的安全访问。
  • - 端口23:用于未加密文本通信的Telnet。
  • - 端口25:SMTP(简单邮件传输协议)用于电子邮件路由。
  • - 端口53:DNS(域名系统)用于域名解析。
  • - 端口80:HTTP(超文本传输协议)用于提供网页。
  • - 端口110:POP3(邮局协议版本3)用于电子邮件检索。
  • - 端口119:NNTP(网络新闻传输协议)用于Usenet帖子。
  • - 端口123:NTP(网络时间协议)用于时间同步。
  • - 端口135:Microsoft RPC(远程过程调用)服务。
  • - 端口143:IMAP(Internet消息访问协议)用于检索电子邮件。
  • - 端口161/162:SNMP(简单网络管理协议)用于网络管理。
  • - 端口194:IRC(互联网中继聊天)用于实时消息传递。
  • - 端口443:HTTPS(HTTP Secure)用于提供安全的网页。
  • - 端口445:Microsoft-DS(目录服务)用于文件共享和其他服务。
  • - 端口587:用于电子邮件路由的备用SMTP端口。
  • - 端口 993:用于安全检索电子邮件的 IMAPS(Internet 消息访问协议安全)。
  • - 端口995:POP3S(邮局协议3安全)用于安全地检索电子邮件。
  • - 端口1433/1434:Microsoft SQL Server数据库管理。
  • - 端口3306:MySQL数据库服务。
  • - 端口3389:RDP(远程桌面协议)用于Windows远程管理。
  • - 端口 5060/5061:用于 VoIP 呼叫的 SIP(会话发起协议)。
  • - 端口5900:用于屏幕共享的VNC(虚拟网络计算)。
  • - 端口 8080:HTTP 的端口 80 的替代品,通常用于代理和缓存。
  • - 端口8443:通常用于HTTPS应用程序,包括需要通过互联网进行安全通信的Web应用程序和服务。

为什么开放端口是一个风险?

While open ports are necessary for network functionality and internet connectivity, they also pose significant security risks. Cybercriminals and malicious actors can exploit open ports to gain unauthorized access, inject malware, launch denial-of-service attacks, or steal sensitive data. An open port is akin to an unlocked door in a digital network, providing a potential entry point for threats if not properly secured.

开放端口检查器是如何工作的?

An open ports checker is a tool or software application designed to scan a computer or network device to identify open ports and evaluate their security. These checkers operate by sending requests to various ports and analyzing the responses. If a port responds to the request, it is considered open. Advanced checkers not only identify open ports but can also determine what services are running on them, providing a clearer view of potential vulnerabilities.

如何检查开放端口?

检查开放端口可以通过多种方法完成:

  • - 使用原生命令行工具:大多数操作系统都提供内置的命令行工具,例如“netstat”(在 Windows 和类 Unix 系统上都可用),可以列出当前打开的端口及其关联的服务。
  • - 专用网络安全软件:更全面的解决方案包括专用的网络安全应用程序和防火墙,提供深入的扫描和监控能力,以持续跟踪开放端口及其安全状态。
  • - 在线检查工具:您可以使用当前页面上的工具输入域名并检查开放端口。