赞
踩
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视网络情况而定,需要一点时间
apt install docker.io
docker pull quay.io/hiepnv/acunetix
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!
您应确保该行为符合当地的法律法规,并且已经取得了足够的授权。请勿对非授权目标进行扫描。
https://blog.csdn.net/Python_0011/article/details/129180760
https://blog.csdn.net/m0_71745258/article/details/130020666
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。