
快速搭建各种漏洞环境(Various vulnerability environment)
Collects various vulnerability environments and, for ease of use, uniformly uses the Dockerfile format. Security tool environments are also collected.
If you like it, please Star it. If you don't plan to contribute, don't Fork it.
This project's GitHub repository: https://github.com/Medicean/VulApps
DockerHub Online Image Repository
Use docker commands directly to pull the relevant image and start it.
To find out the tag of a relevant environment, check the README file in the specific vulnerability directory on Github.
From the README file of the S2-037 vulnerability environment, we know that the tag is s_struts2_s2-037
docker pull medicean/vulapps:s_struts2_s2-037
If it downloads slowly, it is recommended to use USTC Docker Mirrors or Aliyun Mirrors (accelerator)
docker run -d -p 80:8080 medicean/vulapps:s_struts2_s2-037
Visit http://127.0.0.1/ to access the started s2-037 environment. Grab your exploit tool and try it.