Questions tagged [socks5-proxy]

42 questions
5
votes
2 answers

Force an application's traffic through a SOCKS proxy

How can the TCP traffic initiated by a specific application be forced to go through a SOCKS proxy, regardless of the remote IP or port? A VPN would direct all outbound traffic on a host through an interface (tun0 typically), so it's an overkill…
Dan Dascalescu
  • 7,519
  • 5
  • 19
  • 25
4
votes
1 answer

How to bind wget to download through a specific port?

I'm trying to download a file through wget. But I want to download it through a port which I configured as a proxy. How can I configure wget to download through a specific port in my computer? In other words, I want to bind wget to for example…
Kamran Hosseini
  • 183
  • 1
  • 1
  • 11
4
votes
4 answers

How to make chrome run with proxy properly?

I want to set my Chrome with socks5 proxy. chrome://linux-proxy-config/ To input the chrome://linux-proxy-config/ in Chrome, I'm presented with a page with this content: When running Google Chrome under a supported desktop environment, the system…
showkey
  • 79
  • 23
  • 67
  • 128
4
votes
3 answers

browsing localhost via ssh socks tunnel not working

I used to have a successful configuration in my local computer to access a remote host's web server via SSH SOCKS proxy, by typing in Firefox localhost:5000 for example. I created a rule in the server's firewall to only allow local access to this…
user2066480
  • 143
  • 1
  • 7
3
votes
2 answers

How to configure device to trust root certificate when using a SOCKS5 proxy?

I am routing a Linux machine through a SOCKS5 proxy. The internet works as expected and I am presented with the proxy's IP when viewing http://whatismyip.com. However, some sites are reporting that I am experiencing a MITM attack: Software is…
Zhro
  • 2,495
  • 4
  • 28
  • 45
3
votes
0 answers

How to forward MITM traffic through SSH tunnel?

Using the arpspoof command I have created a MITM attack on another device. I would now like to forward the traffic through an SSH tunnel (SOCKS5 Proxy). Heres an example.... Client 1-----MITM----->Client 2------MITM-----(Router)---SSH…
JBis
  • 211
  • 2
  • 9
2
votes
1 answer

Using cURL with NordVPN SOCKS5 proxy

I am trying to use the cURL utility to fetch a web page through a NordVPN SOCKS5 proxy, but not having any luck. I would expect the following command line to work. curl -v -x "socks5://:@se.socks.nordhold.net:1080" -4…
Noldorin
  • 97
  • 7
2
votes
0 answers

Is there really no way to set socks or proxy in Xfce as simply as in Gnome?

I've been reading some articles on how to set an HTTP proxy or a socks server with Xfce, and one of the solutions was to add some lines to /etc/environment and then logout and log back in. Not very nice. Moreover, my browser somehow didn't…
sequence
  • 281
  • 1
  • 4
  • 10
2
votes
2 answers

Proxychains is not going through any proxy

I am using Kali Linux 2020.2 and I have configured /etc/proxychains.conf like this: # proxychains.conf VER 3.1 # # HTTP, SOCKS4, SOCKS5 tunneling proxifier with DNS. # # The option below identifies how the ProxyList is treated. # only…
Lalit Vavdara
  • 129
  • 1
  • 2
  • 6
2
votes
0 answers

Bash: How to change system-wide proxy settings

I want all my client-traffic to go over an SSH-Tunnel. Therefor I set the System-Proxy to "socks5://127.0.0.1:1080" after connecting to the server using SSH: ssh -D 1080 [email protected] I need to switch the Network-Proxy-Setting's Method-dropdown…
xcy7e
  • 161
  • 1
  • 9
1
vote
0 answers

Change tap device gateway

I have vps server, install softether on it , softether use tap device name tap_se with subnet 192.168.24.0/21 netmask 255.255.248.0 broadcast 192.168.31.259, clients connect with openvpn or l2tp to softether , and softether use local dhcp to…
1
vote
0 answers

How to bind SSH SOCKS5 proxy endpoint to a specific interface?

I'd like to use SSH on my Windows box to setup a SOCKS5 proxy to my multi-interface pfSense box and want the proxied traffic to be routed over a specific interface on the pfSense box. The -b option binds the SSH client to a specific interface, is…
1
vote
0 answers

socks 5 proxy in centos 7

I want to run socks5 proxy server on centos7 Dante is for Debian squid can not handle socks proxy ss5 is too slow(almost do not work) any good opensource socks5 proxy for centos7? can anyone help me please?
Admiralhr
  • 11
  • 2
1
vote
0 answers

Can't create SSH SOCKS tunnel with a chroot'ed user

I'm attempting to set up a SOCKS proxy via ssh with a user in a chroot jail. After creating the tunnel, connection attempts result in: channel 2: open failed: administratively prohibited: open failed The client side sets up the tunnel with: ssh -i…
dbush
  • 113
  • 1
  • 6
1
vote
0 answers

How do I configure a local SOCKS server to proxy connections to a VPN tunnel?

I want to open an openVPN tunnel on my router (ubiquiti EdgeRouterX) and use SSH to proxy requests to that tunnel. In other words I ONLY want requests arriving via the ssh tunnel to traverse the vpn. Regular traffic on my network would be unchanged…
1
2 3