{"id":13539327,"url":"https://github.com/c0ny1/vulstudy","last_synced_at":"2025-05-15T18:03:57.976Z","repository":{"id":38446665,"uuid":"133533416","full_name":"c0ny1/vulstudy","owner":"c0ny1","description":"使用docker快速搭建各大漏洞靶场，目前可以一键搭建17个靶场。","archived":false,"fork":false,"pushed_at":"2020-03-25T07:11:47.000Z","size":1449,"stargazers_count":2328,"open_issues_count":18,"forks_count":488,"subscribers_count":62,"default_branch":"master","last_synced_at":"2025-05-15T18:03:54.669Z","etag":null,"topics":["docker-image-builder","vulnerability"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/c0ny1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-15T15:06:22.000Z","updated_at":"2025-05-15T11:07:21.000Z","dependencies_parsed_at":"2022-07-20T14:02:31.896Z","dependency_job_id":null,"html_url":"https://github.com/c0ny1/vulstudy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c0ny1%2Fvulstudy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c0ny1%2Fvulstudy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c0ny1%2Fvulstudy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c0ny1%2Fvulstudy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/c0ny1","download_url":"https://codeload.github.com/c0ny1/vulstudy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254394720,"owners_count":22063984,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker-image-builder","vulnerability"],"created_at":"2024-08-01T09:01:23.479Z","updated_at":"2025-05-15T18:03:57.954Z","avatar_url":"https://github.com/c0ny1.png","language":"Shell","funding_links":[],"categories":["\u003ca id=\"683b645c2162a1fce5f24ac2abfa1973\"\u003e\u003c/a\u003e漏洞\u0026\u0026漏洞管理\u0026\u0026漏洞发现/挖掘\u0026\u0026漏洞开发\u0026\u0026漏洞利用\u0026\u0026Fuzzing","Shell","Shell (473)"],"sub_categories":["\u003ca id=\"edbf1e5f4d570ed44080b30bc782c350\"\u003e\u003c/a\u003e容器\u0026\u0026Docker"],"readme":"# vulstudy\n\nvulstudy是专门收集当下流行的漏洞学习平台，并将其制作成docker镜像，方便大家快速搭建环境，节省搭建时间，专注于的漏洞学习上。目前`vulstudy`包含以下漏洞学习平台：\n\n|序号|漏洞平台|包含漏洞|作者|语言|\n|:---:|:---:|:----:|:---:|:---:|\n|1|[DVWA](http://www.dvwa.co.uk)|综合|未知|php|\n|2|[bWAPP](https://sourceforge.net/projects/bwapp/)|综合|未知|php|\n|3|[sqli-labs](https://github.com/Audi-1/sqli-labs)|SQL注入|[Audi](https://github.com/Audi-1)|php|\n|4|[mutillidae](http://sourceforge.net/projects/mutillidae)|综合|OWASP|php|\n|5|[BodgeIt](https://github.com/psiinon/bodgeit)|综合|[psiinon](https://github.com/psiinon/bodgeit)|java|\n|6|[WackoPicko](https://github.com/adamdoupe/WackoPicko)|综合|[adamdoupe](https://github.com/adamdoupe)|php|\n|7|[WebGoat](https://github.com/WebGoat/WebGoat)|综合|OWASP|java|\n|8|[Hackademic](https://github.com/Hackademic/hackademic)|综合|[northdpole](https://github.com/northdpole)|php|\n|9|[XSSed](https://github.com/aj00200/xssed)|XSS|[AJ00200](https://github.com/aj00200)|php|\n|10|[DSVW](https://github.com/stamparm/DSVW)|综合|[Miroslav Stampar](https://github.com/stamparm)|python|\n|11|[vulnerable-node](https://github.com/cr0hn/vulnerable-node)|综合|[cr0hn](https://github.com/cr0hn)|NodeJS|\n|12|[MCIR](https://github.com/SpiderLabs/MCIR)|综合|[Spider Labs](https://github.com/SpiderLabs)|php|\n|13|[XSS挑战之旅](https://github.com/SpiderLabs/MCIR)|XSS|未知|php|\n\n## 0x01 安装\n\n```\n# 安装docker\napt-get install docker.io\n# 安装docker-compose\npip install docker-compose\n# 下载vulstudy项目 \ngit clone https://github.com/c0ny1/vulstudy.git\n```\n\n## 0x02 使用\n使用主要分两种：单独运行一个漏洞平台，同时运行多个漏洞平台。\n\n#### 1.单独运行一个漏洞平台\n\ncd到要运行的漏洞平台下运行以下命令\n\n```\ncd vulstudy/DVWA\ndocker-compose up -d #启动容器\ndocker-compose stop #停止容器\n```\n\n#### 2.同时运行所有漏洞平台\n\n在项目根目录下运行以下命令\n\n```\ncd vulstudy\ndocker-compose up -d #启动容器\ndocker-compose stop #停止容器\n```\n![主界面](doc/vulstudy.png)\n\n## 0x3 FAQ\n**1.第一次启动bWAPP容器访问其主页会报错如下：**\n\n```\nConnection failed: Unknown database 'bWAPP'\n```\n\n**解决：** 第一次创建应事先访问/install.php来创建数据库！\n\n**2.第一次搭建DVWA，在苹果系统下的safari浏览器下无法初始化数据库，并提示如下：**\n\n```\nCSRF token is incorrect\n```\n\n**解决：** 使用苹果系统下的其他浏览器即可，比如Chrome。\n\n## 0x4 声明\n该项目只是收集了当下比较流行的漏洞学习平台，若有侵权，请联系我！同时欢迎大家提交更多有意思的漏洞学习平台，让我们一起把它们放到docker上，方便更多人的工作和学习！\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc0ny1%2Fvulstudy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fc0ny1%2Fvulstudy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc0ny1%2Fvulstudy/lists"}