proxychains-ng
proxychains-ng copied to clipboard
Proxychains-ng fails after upgrading to macOS Mojave
Use socks5 mode, The program goes directly to the real IP
- provide log output
- compile with -DDEBUG in CFLAGS and provide more log output
- provide log output
- compile with -DDEBUG in CFLAGS and provide more log output
proxychains4 curl ifconfig.me [proxychains] config file found: /usr/local/etc/proxychains.conf [proxychains] preloading /usr/local/Cellar/proxychains-ng/4.13/lib/libproxychains4.dylib real ip
I got the same condition.
As same as https://github.com/rofl0r/proxychains-ng/issues/109 and https://github.com/rofl0r/proxychains-ng/issues/78, you can disable the SIP to solve the problem.
As same as #109 and #78, you can disable the SIP to solve the problem.
It seems that use csrutil enable --without debug
to partially disable SIP does not work on Mac Mojave. To make it work I have to disable SIP totally with csrutil disable
.