TCP 端口检查
检查任意主机上的 TCP 端口是开放、关闭还是被过滤
TCP port scanning helps identify open services and potential security vulnerabilities on network hosts.
注意: 由于浏览器安全限制,批量端口扫描使用智能模拟数据进行演示。Individual port checks may be limited by CORS policies. For real port scanning, please use professional network tools like nmap.
端口扫描器
输入主机名或 IP 地址并配置扫描选项
什么是 TCP 端口扫描?
TCP port scanning is a network diagnostic technique used to determine whether specific TCP ports on a target host are open, closed, or filtered. This technology is crucial for network management, security auditing, and troubleshooting.
主要用途:
- 网络服务发现:识别目标主机上运行的网络服务
- 安全审计:检查不必要的开放端口并评估安全风险
- 故障排查:诊断网络连通性问题和服务可用性
- 防火墙测试:验证防火墙规则配置是否正确
- 合规检查:确保系统符合安全策略要求
TCP 端口状态:
开放
端口接受连接,有服务正在该端口监听
关闭
端口不接受连接,没有服务监听
被过滤
防火墙或其他网络设备阻止了连接
超时
连接请求超时,可能被丢弃或延迟
