基于Pwn3rzs license和Ubuntu 18.04手动制作的docker awvs版本
祝师傅们五一假期快乐!
2024.04.09 - AWVS v24.2.240226074
2024.03.01 - AWVS v24.1.240111130(8c152dacb50f)
2024.02.29 - AWVS v24.1.240111130
v24.1.240111130官方移除了启动脚本,导致镜像f65c263bf9ba异常
Environment:
Internet Server - 149.x.x.50
Main Installation External Address - https://149.x.x.50:13443
Engine External Address - https://149.x.x.50:13446
Main Installation Container Internal Address - https://172.17.0.2:3443
Engine Container Internal Address - https://172.17.0.3:3443
Step 1:
docker pull 0xgkd/awvs-engine
Step 2:
docker run -it -d -p 13443:3443 --name main 0xgkd/awvs
docker run -it -d -p 13446:3443 --name worker1 0xgkd/awvs-engine
Step 3: These are the container communication addresses that need to be filled in on the registration page
docker inspect -f '{{.Name}} - {{.NetworkSettings.IPAddress }}' $(docker ps -aq)
Example:
/worker1 - 172.17.0.3
/main - 172.17.0.2
Step 4: Must use Container Internal Address for Registration and Authentication!
Accessing external addresses for registration and authentication operations
Main Installation External Address - https://149.x.x.50:13443
Engine External Address - https://149.x.x.50:13446