Giter Club home page Giter Club logo

vulhub's Introduction

#Vulhub - Docker-Compose files for vulnerabilities environment

Vulhub is an open source vulnerability target for the general public. Without the knowledge of docker, you can compile and run a complete vulnerability target image by simply executing two commands.

Install docker/docker-compose under ubuntu16.04:

Installation

  # Install pip
 Curl -s https://bootstrap.pypa.io/get-pip.py | python3

 # Install the latest version of docker
 Curl -s https://get.docker.com/ | sh

 #Start docker service
 Service docker start

 #Install compose
 Pip install docker-compose 

Other operating system installations of docker and docker-compose may be slightly different, please read the Docker documentation for installation.

Usage

 Git clone https://github.com/vulhub/vulhub.git
 Cd vulhub

 # Enter a directory of a vulnerability/environment
 Cd flask/ssti

 #自动化编译 environment
 Docker-compose build

 #Start the entire environment
 Docker-compose up -d 

There is a corresponding documentation in each environment directory, please read this file for vulnerability/environment testing.

After the test is complete, delete the entire environment

docker-compose down

Each vulnerability environment of this project is accompanied by documentation. It is recommended that you purchase a 1G memory vps build vulnerability test environment. The yes your-ip mentioned in the document refers to the IP address of your vps. If you are using a virtual machine to build a test environment, Refer to your virtual machine IP, not the IP inside the docker container, please don't confuse it.

All environments in this project are for testing purposes only and should not be used as a production environment!

##Notice

Precautions::

  1. To prevent permission errors, it is best to use the root user to execute the docker and docker-compose commands.
  2. Docker partial image does not support running on machines such as ARM

Contribution

This project relies on docker. Any exceptions that occur during compilation and running are thrown by docker and related programs. Please find the cause of the error yourself. If it is determined that the Dockerfile is written incorrectly (or the code is wrong in vulhub), then submit the issue. Please read(https://github.com/phith0n/vulhub/wiki/%E7%BC%96%E8%AF%91%E5%A4%B1%E8%B4%A5%E7%9A%84%E5%8E%9F%E5%9B%A0),more instructions, I hope I can help you.

Acknowledgement List:Contributors List

License

Vulhub is released under the GPL-3.0 license.

vulhub's People

Contributors

cbmixx avatar monburan avatar phith0n avatar surbo avatar tdjackey avatar y4ntsing avatar

Stargazers

 avatar

Watchers

 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.