Skip to content

samanthagustafson/VulnerableCoreApp

 
 

Repository files navigation

Vulnerable ASP.NET Core 2.0 Web Application

The main idea behind this project is to show most common vulnerabilities that can be found in Web applications developed in ASP.NET Core framework. This application provides vulnerable code examples. You can use it as a reminder for writing secure code. There is possiblity that I didn't understand some vulnerablities, so don't trust this practical examples like they are valid references.

Installation and setup

$ git clone https://github.com/zsusac/VulnerableCoreApp.git
$ cd VulnerableCoreApp/
$ dotnet run

Browse to http://localhost:5000

Examples

Stored XSS

Stored XSS

Reflected XSS

Reflected XSS

Pull requests and advices are always welcome.

About

Vulnerable ASP.NET Core 2.0 App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • HTML 68.6%
  • C# 28.6%
  • CSS 2.7%
  • JavaScript 0.1%