shunf4 / proxychains-windows

Windows and Cygwin port of proxychains, based on MinHook and DLL Injection
GNU General Public License v2.0
947 stars 112 forks source link

HTTP proxy? #7

Open ahmedtds opened 4 years ago

ahmedtds commented 4 years ago

Hi

Why you only support SOCKS5 proxy?

Is it not possible to use a HTTP/HTTPS proxy?

shunf4 commented 4 years ago

Because SOCKS5 proxy is a bit simpler, and I don't plan to spend much time on this project in the future. You could try the following wonderful projects that convert HTTP/HTTPS proxy to a SOCKS5 proxy:

Or PRs welcome!

ahmedtds commented 4 years ago

Thank you for the answer and for these links. Will try to use them. Cheers.

andronoob commented 1 year ago

HTTP CONNECT is very simple to support

andronoob commented 1 year ago

https://github.com/oyyd/http-proxy-to-socks

This project does the reverse: it converts a socks proxy into a http one, which is not suitable.

baptx commented 11 months ago

In case it helps someone, I was able to use an HTTP proxy as SOCKS proxy with proxychains on Windows in VirtualBox (host-only adapter) by setting up Dante SOCKS server on my Linux host computer which can forward the traffic to the HTTP proxy.