Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Proxy - Convert HTTP requests to SOCKS5 [closed]

I'm currently doing some testing work with TOR and ran in to a small problem. Tor's client only supports receiving connections through a SOCKS5 protocol, but the applications I'm using only support HTTP Proxy Protocals.

Is it possible to put something in the middle? So that for example it went.

My Program (HTTP Only) > HTTP to SOCKS Converter > Tor SOCKS5 Server

Googled around quite a bit, I found information for SOCKS to HTTP, but not the other way around. Any help is appreciated, thanks!

like image 385
Dustin Avatar asked May 12 '12 02:05

Dustin


1 Answers

You can put any HTTP proxy that supports SOCKS in the middle. Once the proxy Polipo was commonly used for this purpose and it should still work and before that Privoxy was used.

like image 84
Johan Nilsson Avatar answered Oct 29 '22 12:10

Johan Nilsson