Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.12 KB

File metadata and controls

39 lines (30 loc) · 1.12 KB

VulnForge

GitHub language count GitHub contributors GitHub License

Deploy, Detect, Exploit, Repeat.

VulnForge is an open-source collection of pre-build vulnerable Docker environments. VulnForge are made for testing vulnerable images detection and possible vulnerability exploitation.

Usage

Clone repository

git clone https://github.com/the29a/VulnForge.git
cd VulnForge

Download project

# Download project
wget https://github.com/the29a/VulnForge/archive/refs/heads/main.zip -O vulnforge-main.zip
unzip vulnforge-main.zip
cd vulnforge-main

# Enter the directory of vulnerability/environment

# Build environment
docker compose build

# Run environment
docker compose up -d

After the test, stop the environment:

docker compose down -v