Skip to content

alanta/BadApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bad API

This is a simple API used to demonstrate common API security vulnerabilities in ASP.NET Core.

Vulnerabilities include:

  • SQL Injection
  • Bad XML Deserialization (XXE)
  • Over-posting
  • Broken authorization
  • Path traversal
  • DDoS (Rate limiting)

It also includes some common mitigations for these vulnerabilities.

Running this project

If you have DotNet 9 installed, you can clone the repository and run all the examples on your machine.

Otherwise, the easiest way to run the samples is using a GitHub CodeSpace.

About

A DotNet Core Api project used to demonstrate common vulnerabilities in APIs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages