A software like Proxifier for linux?
41,167
Yes you can use proxychain
About proxychains tool:
* It's a proxifier.
* Latest version: 3.1
* Dedicated OS: Linux and other Unices.
* Allows TCP and DNS tunneling through proxies.
* Supports HTTP, SOCKS4 and SOCKS5 proxy servers.
* Different proxy types can be mixed in the same chain.
* Proxy chain: user-defined list of proxies chained together.
Usability :
* Run any program through proxy server.
* Access the Internet from behind a restrictive firewall.
* Hide your IP
* Run SSH, telnet, wget, ftp, apt, vnc, nmap through proxy servers.
* Access Intranets (192.168.*.*/10.*.*.*) from outside through reverse proxy.
Related videos on Youtube
Author by
Milad Irannejad
Updated on September 18, 2022Comments
-
Milad Irannejad 3 monthsis there any software similar to Proxifier in windows for linux that passes all of my traffic via SOCKSv4, SOCKSv5, HTTPS and etc.?
-
arrowd over 4 yearsA somewhat newer version is called proxychains-ng: sourceforge.net/projects/proxychains-ng -
intika over 3 yearsAlso github.com/Intika-Linux-Proxy/Proxybound as alternative ;) -
kb1000 almost 3 yearsProcychains is NOT a Proxifier-like software, it only allows to start a single program with it if you are able to start the part of it that does network work over command line. Proxifier applies to all instances of configured programs (you don't have to doproxifier program.exe). In addition to that, proxychains does not work with Java. I wish there was a real linux alternative for it..