Giter Site home page Giter Site logo

shannonh98 / docker-vuln-repo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from xonestar/docker-vuln-repo

0.0 0.0 0.0 71.05 MB

Docker for vulnerability environment with web ui

Shell 22.98% JavaScript 7.05% Ruby 2.14% Python 11.49% Perl 0.03% PHP 17.08% Java 10.65% CSS 1.55% HTML 6.91% Dockerfile 20.13%

docker-vuln-repo's Introduction

Docker 集成靶场环境(Web版)

基于docker-compose-ui + vulhub

原地址:

https://github.com/francescou/docker-compose-ui

https://github.com/vulhub/vulhub

靶场环境文件更新说明:
1. 创建漏洞名称文件,如“Apache解析漏洞”
2. 编写漏洞环境的dockerfile文件
3. 编写漏洞环境所需的容器配置文件docker-compose.yml
4. 编写漏洞的简要原理和利用过程

更新日志

2018-04-27

  • 同步vulhub漏洞环境
  • DVWA-通用靶场
  • 新增WebGoat 8 Web漏洞靶场
  • 新增S2-055漏洞环境
  • Spring messaging Spel 代码执行漏洞(CVE-2018-1270)
  • 更新说明文档

2018-06-22

  • 同步vulhub漏洞环境
  • 更新说明文档(新增运行截图,使用详情)

使用

快速部署

  • 拉取镜像

docker pull creatorx/docker-vuln-repo-weekly

  • 启动容器

docker run --name docker-vuln-repo -p 5000:5000 -w /opt/docker-compose-projects/ -v /var/run/docker.sock:/var/run/docker.sock creatorx/docker-vuln-repo-weekly

源码运行

git clone https://github.com/XoneStar/docker-vuln-repo.git

cd docker-vuln-repo

sudo docker-compose up

or build with Dockerfile

sudo docker build -t docker-vuln-repo .

docker run --name docker-vuln-repo -p 5000:5000 -w /opt/docker-compose-projects/ -v /var/run/docker.sock:/var/run/docker.sock docker-vuln-repo

运行效果

  • 显示漏洞列表,点击具体漏洞显示操作,一般情况点击启动和关闭即可。
  • 漏洞环境启动后,显示暴露的端口,根据相应的端口访问相应的漏洞环境
  • 漏洞运行日志

注意

本环境只适用于测试环境,请勿部署在正式环境下!!!!

docker-vuln-repo's People

Contributors

xonestar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.