Questions tagged [socks]

SOCKS is an Internet protocol that allows both TCP and UDP communications via a proxy server.

Wikipedia:

SOCKS is a de facto standard for circuit-level gateways.

Another use of SOCKS is as a circumvention tool, allowing traffic to bypass Internet filtering to access content otherwise blocked, e.g., by governments, workplaces, schools, and country-specific web services.

Some SSH suites, such as OpenSSH, support dynamic port forwarding that allows the user to create a local SOCKS proxy. This can free the user from the limitations of connecting only to a predefined remote port and server.

The Tor onion proxy software presents a SOCKS interface to its clients.

198 questions
2
votes
1 answer

how to run pptp over redsocks proxy

I have one (virtual) Linux box in Ubuntu, that has redsocks set up done. Inside the machine, I could confirm that the the redsocks did work (use wget to check the external IP). Now, I want other client machines to share the same redsocks proxy. So I…
2
votes
1 answer

Understanding a quick SOCKS proxy

Synopsis Essentially I would like to set-up a proxy for YIM!. The reason for this is my office is within a shared office block with other companies, thus meaning the main office is blocking certain connections. Instead of going to the MD and going…
user215133
  • 21
  • 1
2
votes
1 answer

Tunnel only one program (UDP & TCP) through another server

I have a windows machine at home and a server with debian installed. I want to tunnel the UDP traffic from one (any only this) program on my windows machine through my server. For tcp traffic this was easy using putty as a socks5 proxy and then…
user136036
  • 141
  • 4
2
votes
1 answer

Can a SOCKS client listen for connections from a remote client

I have a situation where a PC (PC-1) is behind a firewall and is running a webserver listening for connections. PC-1 can connect to a SOCKS server (S-1). I have another PC (PC-2) that wants to connect to webserver on PC-1 through S-1. Is that…
2
votes
1 answer

Proxy server through list

I have list of SOCKS5 proxy servers, which is frequently updated. I want my traffic to go randomly or in order go through this list. The server itself has to be SOCKS5 server. For example: Data => 127.0.0.1:30000 => Proxy1 =>…
artyomboyko
  • 143
  • 1
  • 6
2
votes
4 answers

How to convert a local socks server into a local interface?

Exist a way to convert a local socks proxy into a local interface? My problem is that some application don't have the possibility to specify a socks proxy, and I need that all my communication pass through my local socks proxy.
user120858
2
votes
2 answers

SSH Socks Proxy wiith iptables REDIRECT

I have googled and haven`t found the answer on my question. Help me please. There are two servers: serverA with public IP 12.0.0.10 and an private IP 10.0.0.5 serverB with public IP 20.0.0.11 I have setup SOCKS proxy on serverB to serverA: ssh…
Radium
  • 21
  • 1
  • 3
2
votes
2 answers

How secure SSH dynamic port forwarding?

I'm using SSH's dynamic port forwarding to host a socks proxy on localhost. I'm trying to find out if the connection between my computer and the remote server/destination is secured. Will my ISP or anyone be able to read data sent through the socks…
user431949
  • 63
  • 1
  • 1
  • 4
2
votes
5 answers

program like proxifier for linux

For windows systems I use a program called proxifier which forces ALL network traffic over the specified SOCKS/HTTPS proxy (except for individual programs added to the exception list). It works well on my windows systems but I need to do the same…
David Chang
2
votes
2 answers

setting up a proxy to mirror an SSH SOCKS connection

I have two remote machines, remote1 and remote2. remote2 is only running sshd, and I can't run anything else on it. remote1 is a full-fledged server to which I have complete access. I can run a SOCKS proxy on remote2 via ssh -f -N -D *:8080…
aresnick
  • 151
  • 1
  • 5
2
votes
1 answer

Docker-compose can't connect via socks-proxy to SSH remote host

I'm trying to deploy containers using docker-compose to remote server via SSH. Remote server SSH can be accessed only via SOCKS proxy. I created ~/.ssh/config with valid SOCKS configuration for that: Host HostName
g4s8
  • 121
  • 3
2
votes
0 answers

Redirect all local traffic to shadow-socks proxy

Iptables reroute to shadowsocks I have ubuntu 20.04 vps with shadow-socks server on it. I also have ubuntu 20.04 on my pc, with shadow-socks client running on it. Currently using shadow-socks-libev version. The goal is to redirect all requests to…
Keytel
  • 21
  • 2
2
votes
1 answer

Is there a built-in way to proxy SSH through socks5?

I have a Socks5 proxy that uses username/password authentication. I can use it with SSH using NCAT in the ProxyCommand: ssh -o ProxyCommand="ncat --proxy-type socks5 --proxy-auth username:password --proxy socks5.proxy.domain:1080 %h %p"…
ykaganovich
  • 149
  • 3
  • 8
1
vote
0 answers

How to redirect incoming traffic (HTTP, HTTPS) to specified server which is accessible behind SOCKS4 proxy?

servers setup schema I have a web application on a "Server behind proxy", which is not accessible through internet. It's only accessible through "SOCKS4 server", which I can't change anything on. I have a domain with IP address set to "Redsocks…
gerwis1998
  • 11
  • 2
1
vote
1 answer

SSH SOCKS5 Tunnel forwarding to reverse ssh host

I have the following machines MachineA behind firewall somewhere at the world MachineB server on the internet (middleman) My Laptop behind firewall somewhere at the world MachineA maintains a reverse SSH tunnel to MachineB machineA:> autossh -M…
ptheofan
  • 411
  • 1
  • 4
  • 6