blob: 63060d62ed5e69133068c953a47e7b020afa094f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
ProxyChains NG is based on ProxyChains.
ProxyChains NG hooks network-related (TCP only) libc functions in dynamically
linked programs via a preloaded DSO (dynamic shared object) and redirects the
connections through one or more SOCKS4a/5 or HTTP proxies.
Since Proxy Chains NG relies on the dynamic linker, statically linked binaries
are not supported.
Adjust ~/.proxychains/proxychains.conf for your Proxy and use ProxyChains NG
with
proxychains application
WWW: https://github.com/rofl0r/proxychains-ng
|