链接:https://pan.baidu.com/s/1SaKQw4Vy7CYXOT2Xk6S5xw
提取码:a1sv
复制这段内容后打开百度网盘手机App,操作更方便哦
下载解压后放到kali主目录下。这里我是使用共享文件夹放进去的
在主目录下打开终端,依次输入以下命令
cd avws13-linux //进入安装文件夹下
chmod +x * //给所有文件执行权限
./acunetix_13.0.200217097_x64_.sh //开始安装
接下来会进入AWVS的交互界面安装
press ENTER to continue
>>> 按下Enter
===================阅读协议,一直按住回车键,到下面然后出现=====================
Accept the license terms? [yes|no] 你接受许可吗
[no] >>> yes
Insert new hostname, or leave blank to use kali 主机名,填写127.0.0.1就好了
Hostname [kali]:127.0.0.1
Configuring the master user... 填写登录控制台的邮箱地址和密码
Email: [email protected]
Password: password1.
Password again: password1.
=========================接下来就开始安装了===============================
Initializing file system...
Extracting files to /home/acunetix/.acunetix....
Installing the database...
.....
.............
......
================================安装完成===============================
Adding LSR shortcuts...
Creating uninstall...
Please visit https://127.0.0.1:3443/ to access Acunetix UI
在浏览器打开上面提供的控制台入口,能打开
接下来开始破解,解压包的目录下运行
cp -rf wvsc /home/acunetix/.acunetix/v_200217097/scanner/
cp -rf license_info.json /home/acunetix/.acunetix/data/license/
再去 http://127.0.0.1:3443登录,发现已经破解成功
AWVS管理命令
service acunetix start //启动
service acunetix stop //停止
service acunetix restart //重启