开放端口检查器
检查任何 IP 地址上哪些端口开放。开放端口可能将服务暴露给互联网,如果未正确保护可能带来安全风险。
Enter an IPv4 address below and click 检查端口 to see a list of open ports, running services, detected vulnerabilities, and associated hostnames — powered by Shodan InternetDB.
检查任何 IP 地址上哪些端口开放。开放端口可能将服务暴露给互联网,如果未正确保护可能带来安全风险。
Enter an IPv4 address below and click 检查端口 to see a list of open ports, running services, detected vulnerabilities, and associated hostnames — powered by Shodan InternetDB.
A 端口 is a communication endpoint used by network protocols like TCP and UDP to distinguish between different services running on the same device. When a port is "open," it means a service is actively listening for incoming connections on that port.
Open ports are essential for network communication — web servers listen on port 443 (HTTPS), email servers use port 25 (SMTP), and so on. However, unnecessary open ports can expose your system to attacks.
| 端口 | 协议 | 服务 |
|---|---|---|
| 21 | TCP | FTP(文件传输) |
| 22 | TCP | SSH(安全外壳) |
| 23 | TCP | Telnet |
| 25 | TCP | SMTP(电子邮件) |
| 53 | TCP/UDP | DNS |
| 80 | TCP | HTTP(网页) |
| 110 | TCP | POP3(电子邮件) |
| 143 | TCP | IMAP(电子邮件) |
| 443 | TCP | HTTPS(安全网页) |
| 465 | TCP | SMTPS(安全电子邮件) |
| 587 | TCP | SMTP 提交 |
| 993 | TCP | IMAPS(安全电子邮件) |
| 995 | TCP | POP3S(安全电子邮件) |
| 3306 | TCP | MySQL |
| 3389 | TCP | RDP(远程桌面) |
| 8080 | TCP | HTTP 备用/代理 |
This tool queries the Shodan InternetDB, a free API that provides summary information about IP addresses including open ports, hostnames, software (CPEs), vulnerabilities (CVEs), and tags. The data is collected by Shodan's global network of crawlers and is updated weekly.
Unlike active port scanning, this tool uses 被动查询 — it retrieves previously observed data rather than probing the target in real time. This means: