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