官方推荐使用Ubuntu搭建Vulhub

  1. 安装vim/curl/git/pip
sudo apt install vim
sudo apt install curl
sudo apt install git
sudo apt install python3-pip
  1. 安装Docker
curl -s https://get.docker.com/ | sh
  1. 启动Docker服务
service docker start
  1. 安装compose
pip install docker-compose
  1. 克隆vulhub
git clone https://github.com/vulhub/vulhub.git
  1. 构建漏洞环境
cd /usr/local/vulhub/weblogic/CVE-2017-10271
docker-compose up -d
  1. 关闭环境
docker-compose down
Logo

权威|前沿|技术|干货|国内首个API全生命周期开发者社区

更多推荐