本文介绍 Linux/Windows 使用 tcping 探测端口十分方便,Windows 采用 telnet 十分不便,本文还介绍 Windows 安装 tcping 工具方法。
Ubuntu
Ubuntu 安装并使用 TCP 端口探测工具 tcping
apt install -y tcptraceroute
wget http://www.vdberg.org/~richard/tcpping -O /usr/local/bin/tcping
chmod +x /usr/local/bin/tcping
tcping [目标主机IP] [端口(默认是:80)]
Redhad
yum install tcping
Windows
如何在 windows
系统上安装、使用 tcping
工具探测端口。
下载
tcping 软件下载地址:
安装
将下载文件放到 C:\Windows\System32\
并确保名字为 tcping.exe
在 cmd 中就可以和 Linux 一样使用 tcping
命令。
扩展
tcptraceroute 使用
$ tcptraceroute 10.244.166.190 6379
Selected device eth0, address 10.244.135.42, port 55677 for outgoing packets
Tracing the path to 10.244.166.190 on TCP port 6379 (redis), 30 hops max
1 10.0.0.14 0.055 ms 0.037 ms 0.038 ms
2 10.0.0.12 0.168 ms 0.167 ms 0.162 ms