Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sec4you/vulnlabs
- Owner: sec4you
- Created: 2018-01-29T00:31:35.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-29T03:07:38.000Z (almost 7 years ago)
- Last Synced: 2023-06-17T01:29:43.494Z (over 1 year ago)
- Topics: docker, docker-compose, vulnerabilities, vulnerable, vulnerable-application, vulnerable-container, vulnerable-web-app
- Homepage:
- Size: 2.93 KB
- Stars: 16
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |