tcping
tcping copied to clipboard
ping over a tcp connection
``` Ping tcp://example.com:80(93.184.216.34:80) - Connected - time=233.248409ms Ping tcp://example.com:80(93.184.216.34:80) - Connected - time=419.692µs Ping tcp://example.com:80(93.184.216.34:80) - Connected - time=530.75µs Ping tcp://example.com:80(93.184.216.34:80) - Connected - time=550.278µs Ping statistics tcp://example.com:80 4 probes...
Only display output is so cooooool~
如标题所示
debug
``` Ping http://127.0.0.1:9999(127.0.0.1:9999) - http is open - time=364.1457ms method=GET status=403 bytes=16 runtime: out of memory: cannot allocate 32768-byte block (1781923840 in use) fatal error: out of memory runtime: out...
ipv6 no~
delete
类似curl -x参数那样 达到效果如下 tcping google.com 443 -x socks5://127.0.0.1:8888 这样 tcping google.com 443 -x http(https)://127.0.0.1:6666这样 另外在最后输出结果那里, 有办法直接输出检测成功与否的方法吗? 比如tcping或者httping一个网站, 我不要具体结果, 只需要它这个端口是否开通, http是否200
I tried to tcping `2603:1040:401:5::1a`, tried the following syntax: ``` ./tcping [2603:1040:401:5::1a] ./tcping [2603:1040:401:5::1a] 9201 ./tcping 2603:1040:401:5::1a ``` None of them worked. Log: ``` PC➜ tcping git:(master) ./tcping [2603:1040:401:5::1a] Ping...
Hello, friend. For the past three years, I've been developing x-cmd. x-cmd now offers over 500 tools for quick download and use through its own package manager. Take yq as...
fix error for ipv6 ping : ```bash Ping tcp://::1:443() Failed(dial tcp: address ::1:443 too many colons in address) - time=13.526µs dns=0s Ping tcp://::1:443() Failed(dial tcp: address ::1:443 too many colons...
For unreliable connections, it's useful to be able to tell at a glance that a connection is down or not. This PR colors the output red when there's an error...