HRemonen / csb-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cyber Security Base 2023 – Project I

This repository contains a vulnerable web application for the first project of the Cyber Security Base 2023 course.

Disclaimer

This project intentionally contains security vulnerabilities.

Installation

  1. Install the needed packages with

    python3 -m pip install django "selenium<4" "urllib3<2" beautifulsoup4 requests
  2. Set up a local database

    python3 manage.py makemigrations
    python3 manage.py migrate
  3. Start the development server

    python3 manage.py runserver

About


Languages

Language:Python 76.7%Language:HTML 23.3%