Skip to content

Rolly-M/dvcsharp-api

Repository files navigation

Damn Vulnerable CSharp: Core API

Getting Started

Install .NET Core 2.x SDK Microsoft .NET Core SDK

Install dependencies and migrate database:

dotnet restore
dotnet ef database update

Start application server:

dotnet run

Vulnerabilities

Issues (For Students to find and fix)

  • Authentication is custom. It should be replaced with Identity Framework
  • Hardcoded JWT secret and other validation info

About

Damn Vulnerable C# Application (API)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.1%
  • Other 0.9%