awvs
Acunetix Web Vulnerability Scanner(AWVS)可以扫描任何通过Web浏览器访问和遵循HTTP/HTTPS规则的Web站点。
更新源
kali更新为国内源下载不容易出错,这里演示的是更新为清华源
vim /etc/apt/souces.list
# 需要修改添加的内容
deb http://mirrors.tuna.tsinghua.edu.cn/kali kali-rolling main non-free contrib
deb-src https://mirrors.tuna.tsinghua.edu.cn/kali kali-rolling main non-free contrib
apt-get clean
apt-get update
安装docker
安装docker视网络情况而定,需要一点时间
apt install docker.io
安装awvs容器
下载容器
docker pull quay.io/hiepnv/acunetix
启动awvs
docker run -d -p 2443:3443 --restart=unless-stopped --name=acunetix_web quay.io/hiepnv/acunetix
使用
地址:
https://127.0.0.1:2443/#/login
https://server:2443/#/login
密码:
admin@acu.com
Passw0rd!
PS
您应确保该行为符合当地的法律法规,并且已经取得了足够的授权。请勿对非授权目标进行扫描。
参考文章
https://blog.csdn.net/Python_0011/article/details/129180760
https://blog.csdn.net/m0_71745258/article/details/130020666