docker搭建渗透测试vulhub靶场 —— 筑梦之路

基础环境:

docker-ce

docker-compose

vulhub网站:http://vulhub.org/

仓库地址:git clone https://github.com/vulhub/vulhub.git

下载地址: https://github.com/vulhub/vulhub/archive/master.zip


#进入目录构建docker

#构建
docker-compose build

#启动
docker-compose up -d

#访问
ip:port

你可能感兴趣的:(linux系统运维,网络安全)