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

Proxychains-ng fails after upgrading to macOS Mojave

Open aptkid opened this issue 6 years ago • 5 comments

Use socks5 mode, The program goes directly to the real IP

aptkid avatar Sep 25 '18 08:09 aptkid

  • provide log output
  • compile with -DDEBUG in CFLAGS and provide more log output

rofl0r avatar Sep 25 '18 13:09 rofl0r

  • 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

aptkid avatar Sep 26 '18 02:09 aptkid

I got the same condition.

phith0n avatar Oct 02 '18 14:10 phith0n

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.

phith0n avatar Oct 02 '18 14:10 phith0n

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.

qyin avatar Oct 31 '18 04:10 qyin