WebGoat
This is a copy of the excellent project https://github.com/tobyash86/WebGoat.NET. This copy is purely used for educational purposes.
For the full documentation, please read the documentation in the original repository.
Requirements
The project requires .NET 8.0 SDK
Start the application
Excute dotnet run
command within the WebGoat.NET
project folder
Reset database
The database used is persisted in the file NORTHWND.sqlite
. To reset the database, simply replace the
file with the one from this repository.