oh-my-tools
返回首页
端口检测命令
生成端口连通性检测命令
目标主机 (IP / Domain)
端口
只需要复制以下命令在终端执行即可:
Windows
Linux / macOS
Python
PowerShell (推荐)
Test-NetConnection -ComputerName example.com -Port 443
CMD (需要启用 Telnet)
telnet example.com 443
⚠️ 注意:由于浏览器安全限制 (CORS/Sockets),无法直接从网页发起 TCP 连接测试。
请使用上述命令在您的本机终端中进行测试。