Questions tagged [tsocks]

SOCKS servers are a form of proxy that are commonly used in firewalled LAN environments to allow access between networks, and often to the Internet.

SOCKS servers are a form of proxy that are commonly used in firewalled LAN environments to allow access between networks, and often to the Internet.

http://tsocks.sourceforge.net/

7 questions
4
votes
1 answer

Can't wrap curl within tsocks?

I build a socks5 proxy. url="https://gitlab.com/muttmua/mutt/-/wikis/MailConcept" curl --socks5-hostname 127.0.0.1:1080 $url curl command can get the url via socks5 proxy. To install tsocks: sudo apt install tsocks And set the configuration: vim…
showkey
  • 482
  • 42
  • 140
  • 295
1
vote
1 answer

Compiling tsocks-1.8 in Solaris 10 SPARC

I have a ORACLE/Sun SPARC server with Solaris 10 SPARC OS installed I am attempting to install tsocks-1.8beta4.tar.gz into Solaris However in my PuTTY terminal is the following error.... ld: fatal: library -lc not found This error is being…
1
vote
0 answers

make linux shell send domain instead of ip when use socks5 proxy

I'm trying to write a socks5 proxy. When I setup the proxy by export ALL_PROXY=socks5://domain:port, and then execute commond curl www.google.com, my proxy server always recieves a 'IP' instead of domain for google in the hand shake data. This…
midpush
  • 27
  • 8
0
votes
0 answers

VScode behind a proxy remote to EC2 instance

I am using VScode behind a proxy, To ssh outside we have to use tsocks. The tsocks config file looks like this: local = 192.168.0.0/255.255.0.0 local = 172.16.0.0/255.240.0.0 local = 10.0.0.0/255.0.0.0 server = localserver.com server_type =…
0
votes
0 answers

Jsocks Command not supported

Exception: Command not supported at net.sourceforge.jsocks.socks.Socks5Message.read(Socks5Message.java:162) at net.sourceforge.jsocks.socks.Socks5Message.(Socks5Message.java:123) at…
0
votes
2 answers

How to use Perl's LWP::UserAgent GET request with tsocks

I can connect to a remote url using the proxy from tsocks in the following way: tsocks telnet host port How can I do the same using the Perl's LWP::UserAgent module? I've been so far trying it like this, but it doesn't work: use strict; use…
mirchev1977
  • 167
  • 12
0
votes
1 answer

Tsocks not working with Java

I have defined following Sock5 proxies using TSocks. Following is my Tsocks file local = 192.168.5.0/255.255.255.0 # Otherwise we use the server server = 192.168.5.1 #HKG path { server = localhost server_port = 8082 reaches =…
Mangat Rai Modi
  • 5,397
  • 8
  • 45
  • 75