2.2.1 Windows下搭建DVWA渗透测试平台
https: //blog.csdn.net/smallfox233/article/details/105110962
2.2.2 Kali 2019-2020下搭建DVWA渗透测试平台
镜像:
https://mirrors.aliyun.com/kali-images/
https://www.kali.org/downloads/
安装:
https://blog.csdn.net/wanzt123/article/details/77476007
https://www.cnblogs.com/dnoir/p/10447481.html
2.2.3 Linux环境下使用docker搭建DVWA渗透测试平台
安装docker
https://www.runoob.com/docker/centos-docker-install.html
通过docker搭建DVWA
yum install git -y
git clone https://github.com/opsxcq/docker-vulnerable-dvwa.git
docker run --rm -itd -p 80:80 vulnerables/web-dvwa