步骤:
1、打开proxychains4.conf
vi /etc/proxychains4.conf
2、配置,注释sockst4,打开socks5 并设置ip和端口
3、用代理启动软件或脚本
软件代理:
proxychains firefox
#打开firefox并且firefox使用代理设置,此处的firefox可以换成nmap之类的
脚本代理:
proxychains python3 dirsearch.py -u www.baidu.com -e *
#使用自己写的python3脚本 并且脚本使用代理连网
全局代理:
proxychains recon-ng
#全局代理