VulApps/README.md

105 lines
2.1 KiB
Markdown
Raw Normal View History

2016-06-16 16:18:17 +08:00
# VulApps
收集各种漏洞环境,为方便使用,统一采用 Dockerfile 形式。同时也收集了安全工具环境。
2016-06-16 16:18:17 +08:00
2016-06-16 19:30:19 +08:00
> 喜欢请点 Star如果不打算贡献千万别 Fork
2016-06-18 00:18:49 +08:00
本项目 GitHub 地址: [https://github.com/Medicean/VulApps](https://github.com/Medicean/VulApps)
2016-06-16 19:30:19 +08:00
2016-06-18 11:57:07 +08:00
[DockerHub 在线镜像地址](https://hub.docker.com/r/medicean/vulapps/)
2016-06-18 00:18:49 +08:00
## 获取并使用相关镜像
2016-06-16 19:30:19 +08:00
> 直接使用 docker 命令拉取相关镜像,并启动。
2016-06-16 19:30:19 +08:00
**需要查看相关环境的 tag 在Github具体的漏洞目录下查看 README 文件**
### 以 Struts2 S2-037 漏洞环境为例:
通过 S2-037漏洞环境的 [README文件](./s/struts2/s2-037/README.md) 得知 tag 为 `s_struts2_s2-037`
2016-06-18 00:18:49 +08:00
1. 获取镜像:
```
2016-06-16 19:30:19 +08:00
docker pull medicean/vulapps:s_struts2_s2-037
2016-06-18 00:18:49 +08:00
```
> 如果获取速度慢,推荐使用 [中科大 Docker Mirrors](https://lug.ustc.edu.cn/wiki/mirrors/help/docker) 或者使用 [阿里云 Mirrors(加速器)](https://cr.console.aliyun.com/#/accelerator)
2016-06-18 11:57:07 +08:00
2016-06-18 00:18:49 +08:00
2. 创建并启动容器
```
docker run -d -p 80:8080 medicean/vulapps:s_struts2_s2-037
```
访问 `http://127.0.0.1/` 即可访问启动好的 s2-037 环境,快拿出 exp 工具尝试一下吧。
2016-06-16 19:30:19 +08:00
## 组件首字母
2016-06-30 02:35:30 +08:00
* [B](#b)
* [C](#c)
* [I](#i)
* [J](#j)
* [N](#n)
2016-07-02 00:40:26 +08:00
* [O](#o)
2016-10-28 15:25:08 +08:00
* [R](#r)
2016-06-16 19:30:19 +08:00
* [S](#s)
* [W](#w)
2016-08-18 15:50:33 +08:00
* [Z](#z)
2016-06-16 19:30:19 +08:00
## 安全工具环境
* [巡风](./toos/xunfeng/)
2016-06-16 19:30:19 +08:00
## 漏洞环境
2016-06-30 02:35:30 +08:00
### [B](./b/)<div id="b"></div>
2016-06-30 03:23:01 +08:00
* [Bash](./b/bash/)
2016-06-30 02:35:30 +08:00
### [C](./c/)<div id="c"></div>
* [Cisco](./c/cisco/)
* [CmsEasy](./c/cmseasy/)
### [I](./i/)<div id="i"></div>
* [ImageMagick](./i/imagemagick/)
### [J](./j/)<div id="j"></div>
* [Jenkins](./j/jenkins/)
* [Joomla!](./j/joomla/)
### [N](./j/)<div id="n"></div>
* [Nagios](./nagios/)
2016-07-02 00:40:26 +08:00
### [O](./o/)<div id="o"></div>
* [OpenSSL](./o/openssl/)
2016-10-28 15:25:08 +08:00
### [R](./r/)<div id="r"></div>
* [Redis](./r/redis/)
2016-06-16 19:30:19 +08:00
### [S](./s/)<div id="s"></div>
2016-06-16 16:18:17 +08:00
2016-06-16 16:23:42 +08:00
* [Struts2](./s/struts2/)
* [Shiro](./s/shiro/)
2016-06-16 19:30:19 +08:00
### [W](./w/)<div id="w"></div>
* [WordPress](./w/wordpress/)
2016-08-18 15:50:33 +08:00
### [Z](./z/)<div id="z"></div>
* [Zabbix](./z/zabbix/)
---
## 相关链接
* [如何参与VulApps](./.github/CONTRIBUTING.md)
* [致谢列表](./THANKS.md)