This repository contains the application developed for the Cyber Security Base Project 1. The application intentionally includes five vulnerabilities from the OWASP Top 10 (2017) list to demonstrate common security flaws in web applications.
- Python
- Django
NOTE: Ensure JavaScript is enabled in your browser for proper functionality. If you encounter any issues, clearing your browser's cache usually resolves them.
-
Clone this repository to your local machine
-
Navigate to the project root
-
Apply migrations:
python manage.py migrate
-
Populate database with seed data:
python manage.py seed
This creates the following accounts for testing purposes:
username: ricky password: SunnyvaleKing2025 --------------------- username: bubbles password: KittyLord99
-
Run the application and you're ready to go:
python manage.py runserver