awvs安装及问题解决
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
![](https://devpress.csdnimg.cn/6deffb34f7114cc1a2e1e686a67e0027.png)
·
上篇文章分享过awvs在linux的安装及遇到的问题,但是实际在linux(contos7)系统安装虽然成功,扫描还是不成功。与问过相关小伙伴,都是centos是按准过有问题的,最后我选择在docker上安装,是成功的。
1、docker安装,安装命令如下
pull 拉取下载镜像
docker pull secfa/docker-awvs
将Docker的3443端口映射到物理机的 13443端口
docker run -it -d -p 13443:3443 secfa/docker-awvs
容器的相关信息
awvs13 username: admin@admin.com
awvs13 password: Admin123
AWVS版本:13.0.200217097
访问https://ip:13443/ 即可,用户名和密码见上文
2、windows安装,安装包解压后选择acunetix的exe文件安装,安装过程中一路next就可,但是在安装过程中有一项选择是否允许访问,选择该win虚拟的ip之后,访问路径即为https://ip:3443/,非本地的localhost。
安装完之后,需要破解,破解过程:
wvsc.exe 覆盖C:\Program Files (x86)\Acunetix\13.0.200205121目录下同名文件
license_info.json 覆盖C:\ProgramData\Acunetix\shared\license目录下同名文件
参考文章:https://www.sqlsec.com/2020/04/awvs.html
![]( https://profile-avatar.csdnimg.cn/default.jpg)
![](https://devpress.csdnimg.cn/7174e1ca86c447029bb12f9ec0bd281c.png)
![](https://devpress.csdnimg.cn/096f7827187446559bd7b6030eb5db38.png)
![](https://devpress.csdnimg.cn/6deffb34f7114cc1a2e1e686a67e0027.png)
A beautiful web dashboard for Linux
最近提交(Master分支:5 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
所有评论(0)