Top "Socks" questions

Socket Secure (SOCKS for short) is an Internet protocol that routes network packets between a client and server through a Proxy server.

How to make python Requests work via socks proxy

I'm using the great Requests library in my Python script: import requests r = requests.get("some-site.com") print r.text …

python proxy socks python-requests
Python's requests "Missing dependencies for SOCKS support" when using SOCKS5 from Terminal

I'm trying to interact with an API from my Python 2.7 shell using a package that relies on Python's requests. Thing …

python python-2.7 python-requests socks urllib3
Using a socks proxy with git for the http transport

How to make git use a socks proxy for HTTP transport? I succeed in configuring git with GIT_PROXY_COMMAND …

git ssh proxy socks
How to use a SOCKS 5 proxy with cURL?

Normal proxies (ex: 72.41.132.22:3128) work well with cURL, however when I use SOCKS 5 proxies with username/pass, It just gives me "[1" …

php curl proxy socks
How can I use a SOCKS 4/5 proxy with urllib2?

How can I use a SOCKS 4/5 proxy with urllib2 to download a web page?

python proxy urllib2 socks
How do I install Socks / SocksIPy on Ubuntu?

I am new to python and would like to install SocksIPy on Ubuntu (running within a VirtualBox vm). The README …

python ubuntu installation socks
Why are HTTP proxies able to support protocols like IRC and FTP?

I understand that a SOCKS proxy only establishes a connection at the TCP level while an HTTP proxy interprets traffic …

http proxy protocols socks
How to run multiple Tor processes at once with different exit IPs?

I am brand new to Tor and I feel like multiple Tors should be considered. The multiple tors I mentioned …

linux proxy screen-scraping socks tor
Use WebClient with socks proxy

Is there any way to use a socks proxy with WebClient? Specifically with the DownloadString method that it provides? I …

c# .net webclient socks webclient-download
How to use Socks 5 proxy with Apache HTTP Client 4?

I'm trying to create app that sends HTTP requests via Apache HC 4 via SOCKS5 proxy. I can not use app-global …

java dns apache-httpclient-4.x socks