Proxychain

来自Shiyin's note
Shen讨论 | 贡献2016年5月10日 (二) 13:36的版本 (创建页面,内容为“proxychains安装 git clone https://github.com/rofl0r/proxychains-ng.git cd proxychains-ng ./configure make && make install cp ./src/proxychains.conf /etc/proxy...”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳到导航 跳到搜索

proxychains安装

git clone https://github.com/rofl0r/proxychains-ng.git
cd proxychains-ng
./configure
make && make install
cp ./src/proxychains.conf /etc/proxychians.conf
cd .. && rm -rf proxychains-ng

编辑proxychains配置

vim /etc/proxychians.conf

比如增加socket5代理,socks5 127.0.0.1 1080

使用方法

ssh -D 1080 yourserver
proxychains4 wget http://xxx.com/xxx.zip