This repository was archived by the owner on Apr 12, 2022. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork995
快速搭建各种漏洞环境(Various vulnerability environment)
License
NotificationsYou must be signed in to change notification settings
Medicean/VulApps
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
VulAppshttp://vulapps.evalbug.com/
收集各种漏洞环境,为方便使用,统一采用 Dockerfile 形式。同时也收集了安全工具环境。
喜欢请点 Star,如果不打算贡献,千万别 Fork
本项目 GitHub 地址:https://github.com/Medicean/VulApps
直接使用 docker 命令拉取相关镜像,并启动。
需要查看相关环境的 tag 在Github具体的漏洞目录下查看 README 文件
通过 S2-037漏洞环境的README文件 得知 tag 为s_struts2_s2-037
- 获取镜像:
docker pull medicean/vulapps:s_struts2_s2-037
如果获取速度慢,推荐使用中科大 Docker Mirrors 或者使用阿里云 Mirrors(加速器)
- 创建并启动容器
docker run -d -p 80:8080 medicean/vulapps:s_struts2_s2-037
访问http://127.0.0.1/
即可访问启动好的 s2-037 环境,快拿出 exp 工具尝试一下吧。