proxychains-ng
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...
### Environment: * macOS: 10.13 * proxychains-ng: stable 4.12 * ffmpeg: stable 3.4 ### Behavior: ffmpeg can directly open remote file using sftp successfully, but failed over proxychains4. ### Error:...
Is there a way to authenticate via NTLM Hash of user/pass just like when using http proxy with openvpn?
some software just like nginx use epoll, proxychains-ng does not work. only nginx use poll or select, proxychains-ng can work
Hello, did anybody successfully socksfy either sendmail or postfix ?
When I run this cmd in terminate: >> proxychains4 hg clone http://hg.openjdk.java.net/jdk9/jdk9 openjdk9 It cause Segmentation fault: 11 and make python crash Process: Python [11312] Path: /usr/local/Cellar/python/2.7.14_2/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python Identifier: Python Version:...
proxychains4 nvm ls-remote ``` [proxychains] config file found: /etc/proxychains.conf [proxychains] preloading /usr/local/lib/libproxychains4.dylib proxychains can't load process....: No such file or directory ``` could anyone help?
Proxychains crashes with some of the programs, such as * `cargo` (Rust build tool) * `git` Run with gdb, it shows that program crashes with signal `SIGTRAP`: ``` (gdb) r...
OS X version: `El Capitan (10.11.3)` proxychains version: `proxychains-ng 4.11` (via Homebrew) alpine version: `Alpine 2.20 (OSX 67 2015-01-07)` (via Homebrew) I used to ran `proxychains4 alpine` on my GNU/Linux...
Hi, I'm using alpine:3.5 in a docker container. In the container runs the proxychains with tinyproxy (proxychains4 tiniproxy -d). If I cancel a running data transfer, I get after a...
``` proxychains4 curl http://ifconfig.co/ [proxychains] config file found: /usr/local/etc/proxychains.conf [proxychains] preloading /usr/local/Cellar/proxychains-ng/4.12_1/lib/libproxychains4.dylib [proxychains] DLL init: proxychains-ng 4.12 [proxychains] Strict chain ... 127.0.0.1:1111 ... ifconfig.co:80 ... OK xxx.xxx.xxx.xxx ``` test ok.......