feat: add Docker desktop version of WebGoat with all tools installed

The new Docker image uses linuxserver/webtop giving users the opportunity
to run a Linux desktop in their browser without installing any tools
on their local machine.
This commit is contained in:
Nanne Baars
2023-02-16 21:34:26 +01:00
committed by Nanne Baars
parent ecfc321f14
commit f1012c85d6
5 changed files with 60 additions and 0 deletions

View File

@ -0,0 +1,10 @@
** Welcome to WebGoat desktop image
With this image you have WebGoat and ZAP and a browser available to you in a browser running on Ubuntu.
You can start WebGoat and ZAP by opening a terminal and type:
./start-webgoat.sh
./start_zap.sh
Happy hacking,
Team WebGoat