Proxychains安装

Posted qujingtongxiao

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Proxychains安装相关的知识,希望对你有一定的参考价值。

没有管理员权限

1.建立文件夹proxychains,并进入下载

mkdir proxychains
cd proxychains
wget https://sourceforge.net/projects/proxychains-ng/files/proxychains-4.5.tar.bz2

2.解压缩

tar -jxvf proxychains-4.5.tar.bz2

3.进入解压缩后的目录进行安装

cd proxychains-4.5
./configure --prefix=/home/user1/proxychains/
make
make install

4.配置环境变量

打开文件.bashrc

vim ~/.bashrc

将下面一段话考入该文件

export PATH=$PATH:~/proxychains/proxychains-4.5/

使改变生效

source ~/.bashrc

有管理员权限

直接执行以下命令

sudo apt-get install proxychains

以上是关于Proxychains安装的主要内容,如果未能解决你的问题,请参考以下文章

proxychains 安装和proxychains 代理nmap

proxychains 安装和proxychains 代理nmap

proxychains 安装和proxychains 代理nmap

Proxychains安装

ProxyChains图文教程

Ubuntu安装Proxychains