proxychains-windows icon indicating copy to clipboard operation
proxychains-windows copied to clipboard

HTTP proxy?

Open ahmedtds opened this issue 5 years ago • 5 comments

Hi

Why you only support SOCKS5 proxy?

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

ahmedtds avatar Jul 19 '20 01:07 ahmedtds

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:

  • https://github.com/Equim-chan/h2s
  • https://github.com/oyyd/http-proxy-to-socks
  • https://github.com/haxii/socks-over-https
  • ...

Or PRs welcome!

shunf4 avatar Jul 19 '20 07:07 shunf4

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

ahmedtds avatar Jul 19 '20 20:07 ahmedtds

HTTP CONNECT is very simple to support

andronoob avatar Sep 02 '23 06:09 andronoob

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.

andronoob avatar Sep 02 '23 06:09 andronoob

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.

baptx avatar Nov 02 '23 23:11 baptx