2 Star 1 Fork 1

ltfafei/shell_script

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Awvs_configure_tor_agency(Dibian).sh 945 Bytes
一键复制 编辑 原始数据 按行查看 历史
ltfafei 提交于 2020-08-31 08:53 . Add shell script
#!/bin/bash
# Author:afei
# Install tor rely tools
apt-get update -y && apt-get upgrade -y && apt-get install tor privoxy python3 python3-pip -y
if which pip3;then
pip3 -V
else
cd /opt/ && wget https://bootstrap.pypa.io/get-pip.py
python3 get-pip.py
pip3 -V
fi
cd /hack_tools/ && git clone https://gitee.com/afei00123/Auto_Tor_IP_changer.git
cd Auto_Tor_IP_changer && ls && sleep 2
python3 install.py
if which docker; then
echo "正在安装docker版awvs..."
docker search awvs |grep docker-awvs && sleep 2
docker pull secfa/docker-awvs
docker images |grep awvs
docker run -it -d -p 34430:3443 -v /opt/awvs secfa/docker-awvs
docker ps |grep docker-awvs
echo " "
echo "-------------------------------------"
echo "awvs13破解账号:"
echo "username:admin@admin.com"
echo "password:Admin123"
echo "-------------------------------------"
else
echo "docker未安装,请先安装docker!!!"
fi
# Configure auto_tor
aut
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/afei00123/shell_script.git
git@gitee.com:afei00123/shell_script.git
afei00123
shell_script
shell_script
master

搜索帮助