Aoiawd搭建
参考:
AoiAWD-萌新的得分利器 | dota_st (wlhhlc.top)
AoiAWD--萌新的AWD工具 - 阿威! - 博客园 (cnblogs.com)
1.换源
(先看系统版本,此版本是ubuntu20.04)
ubuntu镜像_ubuntu下载地址_ubuntu安装教程-阿里巴巴开源镜像站 (aliyun.com)
vim /etc/apt/sources.list
deb https://mirrors.aliyun.com/ubuntu/ focal main restricted universe multiverse
deb-src https://mirrors.aliyun.com/ubuntu/ focal main restricted universe multiverse
deb https://mirrors.aliyun.com/ubuntu/ focal-security main restricted universe multiverse
deb-src https://mirrors.aliyun.com/ubuntu/ focal-security main restricted universe multiverse
deb https://mirrors.aliyun.com/ubuntu/ focal-updates main restricted universe multiverse
deb-src https://mirrors.aliyun.com/ubuntu/ focal-updates main restricted universe multiverse
# deb https://mirrors.aliyun.com/ubuntu/ focal-proposed main restricted universe multiverse
# deb-src https://mirrors.aliyun.com/ubuntu/ focal-proposed main restricted universe multiverse
deb https://mirrors.aliyun.com/ubuntu/ focal-backports main restricted universe multiverse
deb-src https://mirrors.aliyun.com/ubuntu/ focal-backports main restricted universe multiverse
apt update
apt upgrade
2.环境
解压压缩包后只需要配置mongodb环境即可也就是④
①
sudo apt-get install build-essential
②
apt install git
git clone https://github.com/DasSecurity-HatLab/AoiAWD.git
③
mkdir inotifywait #新建文件夹
cd inotifywait #进入文件夹
wget https://gitee.com/slug01sh/inotify-tools/attach_files/764348/download/inotify-tools-3.14.tar.gz #下载
tar zxf inotify-tools-3.14.tar.gz #解压
cd inotify-tools-3.14/
./configure && make && make install #安装
④
sudo apt install mongodb-server
sudo apt-get install php7.4-dev php-pear
sudo pecl install mongodb #这里下载速度需要等多点时间
vim /etc/php/7.4/cli/php.ini
添加拓展 ①extension=mongodb.so
②
3.使用
使用
chmod +x tapeworm.phar
chmod +x roundworm
chmod +x guardian.phar
./tapeworm.phar -d 目录 -s ip:port
./roundworm -w 目录 -s ip -p port
./guardian.phar -i 目录 -s ip:port

浙公网安备 33010602011771号