栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 系统运维 > 运维 > Linux

openEuler 如何安装和使用 Proxychains

Linux 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

openEuler 如何安装和使用 Proxychains

安装proxychains

yum install proxychains
这个不支持yum安装,目前只能git clone下来编译安装
官方readme:https://github.com/rofl0r/proxychains-ng#readme

# git clone https://github.com/rofl0r/proxychains-ng.git
# cd proxychains-ng
# ./configure
# make && make install
make: Nothing to be done for `all'.
./tools/install.sh -D -m 644 libproxychains4.so /usr/local/lib/libproxychains4.so
# make install-config
./tools/install.sh -D -m 644 src/proxychains.conf /usr/local/etc/proxychains.conf
配置代理ip及端口

在 proxychains.conf 中配置代理服务器地址和端口

# vim /usr/local/etc/proxychains.conf

如何使用
# proxychains4 wget http://github.com

那么如何保持代理访问:

proxychains4  -q /bin/bash
原理:proxychains4代理一个shell,在shell中执行的命令就会自动使用代理
转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/851717.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号