Tor - Sock - Proxy
1. Install tor-stock-proxy with docker
Setup the proxy server at the first time
Run container Tor with paramter --restart=always the container will always on daemon startup.
If you already setup the instance before
2. Make sure it's running
You can using cmd docker logs for check it
Test Sock
3. Foward connect
We can now use a tool like ProxyChains to forward out traffic through this SOCKS proxy by adding the following entry to the ProxyList section of the /etc/proxychains
.conf file:
For example, to forward traffic through our SOCKS proxy with ProxyChains prefix any command with proxychains
like this (the -q
is to ignore errors):
Last updated
Was this helpful?