BishopFox/h2csmuggler

Got an error multiple times.

Dheerajmadhukar opened this issue · 5 comments

[ERROR] [Errno -5] No address associated with hostname: https://domain.tld/path
[ERROR] [Errno -5] No address associated with hostname: https://domain.tld/path
[ERROR] [Errno -5] No address associated with hostname: https://domain.tld/path
[ERROR] [Errno -5] No address associated with hostname: https://domain.tld/path
[ERROR] [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:1123): https://domain.tld/path
[ERROR] [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:1123): https://domain.tld/path
[ERROR] [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:1123): https://domain.tld/path
[ERROR] [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:1123): https://domain.tld/path
[ERROR] [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:1123): https://domain.tld/path
[ERROR] [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:1123): https://domain.tld/path
[ERROR] [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:1123): https://domain.tld/path
[ERROR] [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:1123): https://domain.tld
[ERROR] [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:1123): https://domain.tld

Command: python3 h2csmuggler.py --scan-list h2c_urls.txt --test --threads 800 2>/dev/null

When i manually visit the URLs/Domains/Paths, i can access them with 200/301/302 res code. Help me out please.

[ERROR] [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:1123): https://domain

same error

@Dheerajmadhukar do you find any solution for this issue ?

image

        ctx=ssl.SSLContext(ssl.PROTOCOL_TLSv1_2)
        ctx.set_ciphers('ALL')
        retSock = ctx.wrap_socket(sock, server_hostname=connect_args[0])

now fixed
@rahultalekar @Dheerajmadhukar @the-bumble @riramar

Thanks mate :)