I tried installing homebrew and then installing proxychains with brew install proxychains-ng. It did not work. I then tried downloading the formula from https://gist.github.com/allenhuang/3792521 without success. Do anyone knows how to install proxychains for mac?
Asked
Active
Viewed 3.3k times
2 Answers
11
Homebrew works fine for me. brew install proxychains-ng installs the proxychains4 executable:
$ which proxychains4
/usr/local/bin/proxychains4
Is brew doctorok?
MatzFan
- 226
0
Uninstalling proxichains4 (proxychains-ng) with
brew rmtree proxychains-ng ,
confirm and next re-installing whit this command
brew install proxychains-ng --universal
awar
- 1