Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert TLS 1.2 to TLS 1.3 from client > proxychains > proxy #49

Open
DesweR opened this issue Dec 5, 2023 · 1 comment
Open

Convert TLS 1.2 to TLS 1.3 from client > proxychains > proxy #49

DesweR opened this issue Dec 5, 2023 · 1 comment

Comments

@DesweR
Copy link

DesweR commented Dec 5, 2023

I have a client that only supports TLS 1.2 and old cipher suites.

I need to get a client to open modern websites.

Is it possible for proxychains to connect to my local proxy via TLS 1.3 and modern cipher suites?

@shunf4
Copy link
Owner

shunf4 commented Dec 6, 2023

No. Proxychains only intercepts network connections and does SOCKS5 handshakes, and that is all.

To achieve what you said requires chaging of TLS handshake process, which is the payload of the TCP connection. See mitmproxy or my modified tcpproxy, but I won't guide you how to use them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants