docker-compose.yaml文件
version: '2'
services:
awvsnessus:
image: leishianquan/awvs-nessus:v4
environment:
NESSUS_TZ_DIR: '/usr/share/zoneinfo'
ports:
- "8834:8834"
- "3443:3443"
破解awvs
注:執行docker-compose up -d 后,容器已經啟動了awvs服務了
cp /home/license_info.json /home/acunetix/.acunetix/data/license/ #第一次使用破解awvs
啟動nessusd服務
docker-compose exec awvsnessus /bin/bash
/etc/init.d/nessusd start
訪問
awvs
url: https://127.0.0.1:13443/
username: leishi@leishi.com
password: Leishi123
Nessus
url: https://127.0.0.1:8834/#/
username:leishi
password:leishianquan
注:本文參考自:https://www.cxyzjd.com/article/weixin_54430466/114525206
最后感謝雷石安全實驗室將制作的docker鏡像予以分享