Skip to content

AndrewWalsh/buggy_django_app

Repository files navigation

buggy_django_app

An app with 5 vulnerabilities from the OWASP top 10 2013.

Screenshot from 2017-01-15 22-59-43.png

Vulnerabilities

Install

Boilerplate for this app was generated using cookiecutter-django, and installation instructions are the same as in their docs.

Linux

  1. git clone https://github.com/AndrewGHC/buggy_django_app.git && cd buggy_django_app
  2. pip install -r requirements/local.txt
  3. Create a new Postgresql table with createdb buggy_django_app
  4. python manage.py migrate
  5. python managy.py runserver
  6. Visit the site at http://localhost:8000

About

An intentionally vulnerable web application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages