You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When configuring evilginx 3.3.0 to use burp suite as a proxy, the first request goes successfully through Burp Suite but an error occurs when Burp Suite sends the response back to evilginx.
You get the following error: Cannot read TLS response from mitm'd server proxyconnect tcp: EOF
I tested different types of protocols like (http, https, socks5, socks5h) but nothing helped.
When using the environment variables only and disabling proxy inside evilginx like this http_proxy=localhost:8080 https_proxy=localhost:8080 ./evilginx then I get the following error: Cannot read TLS response from mitm'd server proxyconnect tcp: tls: first record does not look like a TLS handshake
I made sure that the Burp Suite root CA is correctly installed in my certificate store in Ubuntu but nothing helped.
The text was updated successfully, but these errors were encountered:
When configuring evilginx 3.3.0 to use burp suite as a proxy, the first request goes successfully through Burp Suite but an error occurs when Burp Suite sends the response back to evilginx.
You get the following error:
Cannot read TLS response from mitm'd server proxyconnect tcp: EOF
I tested different types of protocols like (http, https, socks5, socks5h) but nothing helped.
When using the environment variables only and disabling proxy inside evilginx like this
http_proxy=localhost:8080 https_proxy=localhost:8080 ./evilginx
then I get the following error:Cannot read TLS response from mitm'd server proxyconnect tcp: tls: first record does not look like a TLS handshake
I made sure that the Burp Suite root CA is correctly installed in my certificate store in Ubuntu but nothing helped.
The text was updated successfully, but these errors were encountered: