2024-04-22 14:24:18 +08:00
2024-04-22 14:24:18 +08:00
2024-04-22 13:57:55 +08:00
2024-04-22 13:57:55 +08:00
2024-04-22 14:24:18 +08:00
2024-04-22 14:24:18 +08:00
2024-04-22 13:57:55 +08:00

Tcping GO

一个使用go写的小工具,用于检测TCP端口是否开放。

使用方法

tcping -h

Usage of tcping:
  -c, --count int          测试次数,默认为4次 (default 4)
  -h, --help               显示帮助信息
  -t, --infinite           无限次测试
  -6, --ipv6               使用 IPv6,需搭配域名使用
  -p, --port int           端口,默认为80 (default 80)
  -s, --timeout duration   超时时间,默认为2秒 (default 2s)
S
Description
No description provided
Readme
57 KiB
2026-05-21 21:26:19 +08:00
Languages
Go 100%