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

https://github.com/bean5/docker.dvwa-wrapper

I built this wrapper for damn vulnerable Linux to simplify standing it up for training ethical hacking.
https://github.com/bean5/docker.dvwa-wrapper

docker ethical-hacking honeypot vulnerability-training

Last synced: about 1 year ago
JSON representation

I built this wrapper for damn vulnerable Linux to simplify standing it up for training ethical hacking.

Awesome Lists containing this project

README

          

# About

This project houses containerizes Damn Vulnerable Linux.

## Requirements

- docker

## About Damn Vulnerable Linux

This is based off , in fact it just uses the image directly! No need for Dockerfile.

## To stand up the vulnerable image

`docker compose up -d web`

## To shell into the a version of the image

`docker compose run shell`