awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • vishnubob/wait-for-itالصورة الرمزية لـ vishnubob

    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.shالصورة الرمزية لـ drwetter

    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