OWASP WebGoat.NET is a purposefully broken ASP.NET web application. It contains many common vulnerabilities, and is intended for use in classroom environments. Refer to https://www.owasp.org/index.php/Category:OWASP_WebGoat.NET for more details.
- Docker
docker run --name webgoat -it -p 9000:9000 -d appsecco/owasp-webgoat-dot-net-
Then navigate to http://localhost:9000 to access the
OWASP WebGoat.NETapplication -
First time we have to setup the database by giving the path to sqlite click on
Test ConfigurationthenRebuild Database
- Now you all set to use the
OWASP WebGoat.NETapplication
Please feel free to make a pull request or tweet to me @madhuakula for improvements and suggestions.
