awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesSocket Connectivity Verifiers

Utilities that use raw TCP handshakes to check for a listener without completing an application-layer exchange.

Distinct from TCP Protocol Implementations: Distinct from general TCP implementations: focuses specifically on the verification of a listener's presence.

Explore 2 awesome GitHub repositories matching networking & communication · Socket Connectivity Verifiers. Refine with filters or upvote what's useful.

Awesome Socket Connectivity Verifiers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • vishnubob/wait-for-itvishnubob 的头像

    vishnubob/wait-for-it

    9,777在 GitHub 上查看↗

    wait-for-it is a Bash-based service dependency tool and network utility designed to verify TCP port availability. It functions as a connection wait script that pauses execution until a specific host and port are reachable. The utility polls a remote port to ensure a service is online before starting dependent processes. Once the network condition is met or a TCP socket handshake is successful, it can trigger a secondary command to initiate subsequent automation tasks. The script includes mechanisms for linear execution blocking and timeout-driven termination to prevent infinite hangs. These

    Uses low-level network calls to verify the availability of a listener via a TCP socket handshake.

    Python
    在 GitHub 上查看↗9,777
  • drwetter/testssl.shdrwetter 的头像

    drwetter/testssl.sh

    9,091在 GitHub 上查看↗

    testssl.sh is a suite of diagnostic tools and a network security auditor used to scan network ports for supported encryption protocols, ciphers, and vulnerabilities in TLS and SSL configurations. It functions as a security scanner that evaluates the cryptographic strength of a server by testing all available cipher suites. The tool analyzes server encryption strength and identifies security vulnerabilities or weak settings through TLS and SSL security auditing. It verifies that encryption is properly implemented on specific network ports and evaluates whether only strong and modern encryption

    Verifies port availability using raw TCP sockets before attempting cryptographic handshakes.

    Shell
    在 GitHub 上查看↗9,091
  1. Home
  2. Networking & Communication
  3. TCP Protocol Implementations
  4. Socket Connectivity Verifiers