Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,9 @@ How to build and run under Windows:
them empty.
4. Click on 'Test Configuration', followed by 'Rebuild Database' and
hopefully you should be good go! Enjoy your hackathon!

Running Webgoat.NET using Docker:

docker run --name webgoat -it -p 9000:9000 -d appsecco/owasp-webgoat-dot-net

* Refer to https://github.com/appsecco/owasp-webgoat-dot-net-docker for detailed instructions