streichsbaer / VulnerableCoreApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:HTML 68.6%Language:C# 28.6%Language:CSS 2.7%Language:JavaScript 0.1%