
Tcping - A tool to ping over a TCP connection
Introduction to Tcping
Tcping is a tool written in GO language that performs Ping operations through the TCP protocol. It supports Ping operations for IPV4 and IPV6. It has no dependencies, is cross-platform, is simple to configure and runs quickly, and is very simple and easy to use.
Support Windows, Darwin, Linux, Android, ios, Freebsd, Netbsd, Openbsd, Aix, Dragonfly, illumos, Plan9, Solaris and other operating systems.
Download
Instructions
### The default port is 80
tcping google.com
### Port 80
tcping google.com 80
### Port 443
tcping google.com 443
### Multiple ports
tcping google.com 80 443
### Consecutive ports
tcping google.com 80-85
### Multiple consecutive ports
tcping google.com 80-83 443-445
### IPV6 address
tcping [::1]