proxychains-ng icon indicating copy to clipboard operation
proxychains-ng copied to clipboard

proxychains ng (new generation) - a preloader which hooks calls to sockets in dynamically linked programs and redirects it through one or more socks/http proxies. continuation of the unmaintained prox...

Results 144 proxychains-ng issues
Sort by recently updated
recently updated
newest added

Can proxychains-ng support https proxy? and even socks+tls I user gost tool to create this type of proxy https://github.com/ginuerzh/gost

The quiet mode (`-q`) does not work in some case on my computer (OS X 10.11 with `csrutil enable --without debug`). For example, when i running `proxychains -q emacs`, the...

I create a shell script X.sh containing: curl icanhazip.com curl icanhazip.com curl icanhazip.com then I run: proxychains4 X.sh Why roundrobin won't work in this example? (ofc I uncommented roundrobin from...

socks5 proxy server running at `127.0.0.1:2345` proxychains config: ``` random_chain chain_len = 1 remote_dns_subnet 224 tcp_read_time_out 3000 tcp_connect_time_out 1500 [ProxyList] socks5 127.0.0.1 2345 ``` When [deploy MongoDB Replset](https://docs.mongodb.com/manual/tutorial/deploy-replica-set/) ### 1....

Normal: ``` root@t2:~# hostname -i 192.168.40.232 root@t2:~# ``` Proxy: ``` root@t2:~# proxychains4 hostname -i [proxychains] config file found: /usr/local/etc/proxychains.conf [proxychains] preloading /usr/local/lib/libproxychains4.so [proxychains] DLL init: proxychains-ng 4.11-git-9-gcf9a16d 127.0.0.1 root@t2:~# ```...

Not able to connect using tor. proxychains4 curl ifcfg.me [proxychains] config file found: /etc/proxychains.conf [proxychains] preloading /usr/lib/libproxychains4.so [proxychains] DLL init: proxychains-ng 4.12 [proxychains] Dynamic chain ... 127.0.0.1:9050 ... 212.83.150.199:80

I have a remote server named A(run CentOS), which I want use as a shadowsocks cilent, and I want to use another remote sever named B(run Ubuntu server) as a...

try this simple script: ```

The original default configure file has some style issues: mixed tabs and blank spaces, non-capitalized first word, missed period, etc. Reformat it to fix these issues.