This is a simple Penetration Testing Lab spun up using Terraform and Docker. This is still a very much work in progress.
- Kali
- Metasploitable
Install terraform Install Docker
- Clone this repo
- run
terraform init
- run
terraform plan
(optional) - run
terraform apply
typeyes
when prompted or run with-auto-approve
flag
- run
terraform destroy -auto-approve