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
0
votes
0 answers

Port forwarding through socks proxy in Linux

On an Ubuntu machine, I need to forward TCP port 443 to a remote machine port 443 through a socks5 proxy running on 127.0.0.1:10808 I need to accept other machines requests on forwarded port 443. Is there any decent solution?
raitech
  • 91
  • 6
0
votes
0 answers

How do I expose an L2TP client as a socks5/http proxy?

I want to be able to do this: curl on client with proxy configured -> L2TP client which acts as a socks5 server -> L2TP server on the remote machine I don't control the remote machine, and hence can't set up a better protocol. I also can't use L2TP…
HappyFace
  • 151
  • 1
  • 9
0
votes
0 answers

Port forwarding through socks5 proxy without ssh

I want to redirect connections to localhost:5353 on my PC to remoteserver:53 (udp). However, the connection to the remote server is restricted and must be made through a socks5 proxy. So I have to redirect the connection through socks5 proxy. I have…
user991309
0
votes
0 answers

Double Proxy: IPSec to Server1 then SSH to Server2

What I'm trying to achieve: (Clients)(Server 1)(Server 2) --> Free Internet How is that possible for both UDP and TCP traffics? What I've done: I ran this on Server1: ssh -N -D 1080 user@Server2:7999 I used gost…
Masood Lapeh
  • 48
  • 1
  • 5
0
votes
0 answers

How to set up a secure forward proxy for a TCP port that is not HTTP or HTTPS?

I have a Mac Workstation, and I also have an EC2 instance (running Ubuntu Jammy) that we'll call my Proxy Box. I want my Mac Workstation to communicate out to the internet through my Proxy Box. Furthermore, I'm wanting to do this for ports that…
0
votes
0 answers

Is it possible to conditionally launch Chrome with a proxy configuration on Windows?

I have a networking/routing application that has a SOCKS5 interface and a more elaborate backend to route/proxy data. Anyhow I would like for a primary windows application to be able to launch applications, at the very least Chrome, to use the…
Liam Kelly
  • 124
  • 6
0
votes
1 answer

Is basic Username authentication is enough for Dante SOCKS proxy?

so I'm making a SOCKS5 proxy for WebSocket connections and some HTTP calls on a few VMs in DO. The idea is that traffic from K8S cluster would go through the proxies so I could whitelist the IPs on the end service. I'm creating the proxies because…
0
votes
1 answer

Why do netcat packets get re-routed by iptables rules, but not a curl request?

I am trying to route all of my traffic through an SSH tunnel/SOCKS5 proxy. I have some IP tables rules configured to redirect (almost) all traffic to a socket-based program that then negotiates and redirects the traffic to the SOCKS5 proxy. What I…
t-r0d
  • 1
0
votes
1 answer

How to make a VPS with multiple IPs to proxy with more than 1 IP?

I have a Ubuntu VPS with four different public IP addresses. I want to use this VPS as a socks5 proxy in firefox browser, curl and other software with the possibility to use all public IPs of that machine using a socks5 proxy like Dante or any…
Diego
  • 1
  • 2
0
votes
0 answers

Can we limit the traffic used by user in dante server?

Can we limit the traffic used by user in dante server? I have a dante socks5 server I want to limit the traffic used by a user to 2GB only If I can do this with dante please help else if I can't any other open source socks5 server or soloution?
Meendufski
  • 23
  • 4
0
votes
0 answers

Using a VPN inside a VM over SOCKS

At work my PC is ubuntu based, and we are migrating to a VPN that only comes with a client for windows based machines. It seems almost impossible to hack the client to work on Linux (or it will require some real tedious work, let's assume it is…
Wosp
  • 1
0
votes
0 answers

Accessing Dell server iDRAC console (jnlp) through multiple proxies on Linux

I have a server where SSH by root is disabled and SSHing in with LDAP credentials just hangs after receiving the MOTD. Specifically the step it hangs on: debug1: pledge: proc I'm trying to access the iDRAC console now but this server is behind two…
0
votes
1 answer

How to forward HTTP requests through SOCKS5 proxy?

At this moment I am using a SSH tunnel (which provides a socks5 proxy on the client host) to connect to a remote server and its network. I need to access different WebUI services, so I'm using a Firefox profile to set up the proxy settings to go…
David Lor
  • 66
  • 5
0
votes
1 answer

build Socks5 Poxy for my team

I have been tasked to setup/build a socks5 proxy for my team. I have been googling but have not the answer I am looking for. Requirement - We have a certain application which needs to fetch plugins/hooks from the internet. I have successful setup…
Bhalu
  • 3
  • 1
  • 3
-1
votes
1 answer

How to understand `the socks can fool the internal http proxy server`?

A server's firewall only allows some ports (such as http port 80) to communicate, then you can use the socks5 protocol to connect to a socks5 server that opens 80 ports to connect to other servers on the public network. With some additional…
three-blocks
  • 117
  • 4
1 2 3
13
14