Home Proxychain4proxychain4 Ng的使用(proxypool代理池轮盘
Post
Cancel

Proxychain4proxychain4 Ng的使用(proxypool代理池轮盘

refer to:

https://github.com/haad/proxychains

2025.10.2

安装:

1. git clone https://github.com/haad/proxychains.git

2. ./configure --prefix=/usr

3. make

4. sudo make install 

配置文件: 见:/usr/local/etc/proxychains.conf

2023.8.8

该工具支持http, https, socks4, socks5

还支持多种mode:

链式,随机选择, 多重代理。。。。

从 metagoofile 这个项目中学习到的。 真是踏破铁鞋无觅处啊!

1. 准备好proxy

2. 修改 /etc/proxychains4.conf, 增加内容:

[ProxyList]
# add proxy here ...
# meanwile
# defaults set to "tor
# socks5  127.0.0.1 1072
socks5  192.168.1.11 1072
socks5  192.168.1.11 1074

3. 使用:

proxychains curl xxx.me/222

看log:

如何删掉上面无用的 [proxychains] DLL init ... ?

修改proxychains配置文件,增加:quiet_mode

This post is licensed under CC BY 4.0 by the author.
Contents