Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sec4you/vulnlabs

docker-compose bringing up multiple vulnerable applications inside containers.
https://github.com/sec4you/vulnlabs

docker docker-compose vulnerabilities vulnerable vulnerable-application vulnerable-container vulnerable-web-app

Last synced: 3 days ago
JSON representation

docker-compose bringing up multiple vulnerable applications inside containers.

Awesome Lists containing this project

README

        

# VulnLabs

## Quickstart

- Install [Docker](https://docs.docker.com/engine/installation/) and [docker-compose](https://docs.docker.com/compose/install/).

- Run `$ git clone https://github.com/m4n3dw0lf/VulnLabs ; cd VulnLabs`

- Run `$ sudo docker-compose up`

## Vulnerable Applications

| Application| Port | Setup | Index | Username | Password | Repo |
| - | - | - | - | - | - | - |
| Damn Vulnerable Web App | 8080 | http://localhost:8080/setup.php | http://localhost:8080 | admin | password | https://github.com/ethicalhack3r/DVWA |
| Damn Small Vulnerable Web | 8081 | no need | http://localhost:8081 | no need | no need | https://github.com/m4n3dw0lf/DSVW |
| Web Goat | 8082 | no need | http://localhost:8082/WebGoat/ | in index page | in index page | https://github.com/WebGoat/WebGoat |
| Java Vulnerable Lab | 8083 | http://localhost:8083/JavaVulnerableLab/install.jsp | http://localhost:8083/JavaVulnerableLab | defined on setup | defined on setup | https://github.com/CSPF-Founder/JavaVulnerableLab |
| Hackazon | 8084 | http://localhost:8084/install | http://localhost:8084 | defined on setup | defined on setup | https://github.com/rapid7/hackazon |