Skip to content

irish-mews/ASP.NET-Core-SQL-Injection-Example

 
 

Repository files navigation

ASP.NET Core & OWASP - Sql Injection

Example App - This demo has several threats to show up how how easy is to Inject SQL and how powerfull it's when the threat was discovered.

According to Akamai, 51% of Web Attacks the root of problem is SQL Injection. And according OWASP, Injection is the most critical security issue.

The goal is teach how to prevent these kind of attack.

Pre reqs

  • Net.Core 2.2

Techs:

  • .NET Core
  • Docker

How to run

  1. Download code
  • Open folder
  • Open a terminal
  • docker-compose up --build

More about on ASP.NET Core & OWASP TOP 10 - Injection - Portuguese only

About

This repo shows how to made a Sql Injection attacks and how to prevent it

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 60.3%
  • HTML 34.6%
  • CSS 3.0%
  • Dockerfile 1.5%
  • JavaScript 0.6%