Windows下的proxychains
项目地址
proxychains for windows
只支持socks5
.
https://github.com/shunf4/proxychains-windows
下载地址 :
https://github.com/shunf4/proxychains-windows/releases
使用scoop安装proxychains for windows
# 安装proxychains
## -g 安装到全局(all user)
sudo scoop install -g proxychains
验证命令行能否调用proxychains
在终端下输入proxychains --help
查看命令行是否可以使用.
修改配置文件
配置文件在
$HOME/.proxychains/proxychains.conf
%USERPROFILE%\.proxychains\proxychains.conf
C:\Users\<username>\AppData\Roaming\ Proxychains\proxychains.con
C:\ProgramData\Proxychains\ proxychains.conf
本文
安装的proxychains配置文件在C:\ProgramData\scoop\persist\proxychains\proxychains.conf
修改proxychains.conf
中的最后一行
为您的服务器地址
和端口
使用
使用时在你的命令行之前加上 proxychains
即可.