Go Golang 批量查询开放端口号 Golang 批量查询开放端口号 const timeout = time.Millisecond * 200 host := "127.0.0.1" // 要扫描的 IP wg := golimit.NewGoLimit(4) for port := 1; port <= 65535; port++ { // 遍历所有可能的...