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.
- Host: GitHub
- URL: https://github.com/bean5/docker.dvwa-wrapper
- Owner: bean5
- Created: 2020-01-24T20:58:56.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-21T22:57:00.000Z (over 1 year ago)
- Last Synced: 2025-04-02T20:54:54.716Z (over 1 year ago)
- Topics: docker, ethical-hacking, honeypot, vulnerability-training
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`