when compiling proxychains ng project, “libproxychains4.So error” is reported
the reason for this is that there is no libproxychains 4.so library file on the current system. You can install a lower version of proxychains ng to solve this problem, such as proxychains ng v4.11. Here, take the example of installing proxychains ng v4.11 on the MAC system.
1 download proxychains ng v4.11
address: https://github.com/rofl0r/proxychains-ng/archive/refs/tags/v4.11.zip
2 disable SIP function
if your system is a MAC system (Apple System), please disable the SIP function. If not, ignore this section
open the black box console and enter the following commands in sequence
2.1 restart the system
sudo reboot
2.2 disable SIP in the system recovery interface
## 1) Boot up and press Option key to enter the system interface
## 2) Press and hold Command + R key to enter the system recovery interface
## 3) In [Tools] â€" [Terminal], enter the command.
csrutil disable
reboot
2.3 viewing SIP
csrutil status
if “system integrity protection status: disabled.” is printed, it indicates that SIP has been closed.
3 install and configure proxychains
3.1 compiling and installing proxychains
cd proxychains-ng-4.11
./configure --prefix=/usr --sysconfdir=/etc
sudo make && make install
sudo make install-config
3.2 setting proxychains parameters
a) modify proxychains parameter
## Enter the configuration directory
cd /etc
## configuration file
sudo cp proxychains.conf proxychains.conf.bak
## Modify the configuration
sudo vi proxychains.conf
in the [proxylist] field of proxychains.conf file, disable Socks4 and enable Socks5, as follows:
// proxychains.conf
[ProxyList]
# add proxy here ...
# meanwile
# defaults set to "tor"
#socks4 127.0.0.1 9050 ##Comment out sock4
socks5 127.0.0.1 XXXX ## Fill in this field
b) alias proxychains
sudo vi ~/.zshrc
## Add an alias to ~/.zshrc
alias pc4='proxychains4'
## Enabling configuration
source ~/.zshrc
c) test ProxyChain
pc4 curl cip.cc
the effect is as follows:
Figure (1) proxychain 4 runs successfully
Read More:
- How to Solve Svn upload so File Error
- SAP: How to Solve error Message Number SO322
- [Samtools] Run error: error while loading shared libraries: libcrypto.so.1.0.0 or libncurses.so.5 or libtinfow.so.5
- [619]libgtk-3.so.0 or libXt.so.6: cannot open shared object file: No such file or directory
- How to Solve Cocoapods Installation Failure
- How to Solve “Error db.num is null” when starting Nacos
- How to Solve Qualcomm QFIL9008 port brush error
- How to Solve Hdsc32 MDK compile error: #29 & #223-D
- How to Solve elasticsearch and logstash Install Error
- How to Solve elasticsearch-7.15.1 operation errors
- How to Solve jmeter Install Error (Three Common Errors)
- How to Solve Nginx 413 Error (request entity too large)
- M1 Computer: How to Solve pod update
- How to Solve Starrocks Various Error
- How to Solve webpack -v View Error in vsode
- How to Solve Error: Failure [INSTALL_FAILED_TEST_ONLY: installPackageLI]
- [app] install and compile libimobililedevice, How to solve the error
- How to Solve Hmaster hangs up issue due to namenode switching in Ha mode
- How to Solve Macbookm1 pod error
- How to Solve Redis Cluster Build Error