Giter Club home page Giter Club logo

owasp-demo's Introduction

OWASP Demo

This demo was created for the course "Informationssicherheit" from the University of Vienna.

Getting started

You can spin up the whole stack with the following command:

docker-compose build && docker-compose up

The Postgres instance will be exposed through port 15432, the Next.js app through port 3000 while the naughty third-party module can be accessed through port 4000.

owasp-demo's People

Contributors

peter-gy avatar s-ecki avatar samuelm00 avatar

Watchers

 avatar  avatar

owasp-demo's Issues

feat: CORS vulnerability

Implement a best-practice and a worst-practice version to demonstrate the importance of CORS.

chore: restructure repo structure

In order to properly present CORS as a vulnerability, it makes sense to have a dead-simple third-party web app running on a different port, calling a protected and an unprotected endpoint of the main app.

To do so, the repo structure needs to be restructured, to give place for multiple modules.

feat: demonstrate SQL injection threats

Goals

Create a worst and a best practice example on database querying. The former should not sanitize user input at all and should be vulnerable to arbitrary SQL execution while the latter should be safe.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.