/stupid_hack_2023

Submission for stupid hack hackathon

Primary LanguageHTML

Hack the Stupid Hack

Stupid Hack 2023 - Game Mod

What?

Capture the flag Stupid Hack

A Capture the Flag event, or CTF for short, is a gamified exercise designed to test cybersecurity skills. The goal of the game, much like in the live-action, outdoor game many of us remember from childhood, is to get the highest score by capturing the most flags. Security Journey

Follow the breadcrumbs on our platform and hack your way to achieve the biggest reward - admin access to Junction Database interface.

Link to the app:
https://stupidhack-df327b33e4a3.herokuapp.com/

Local development

clone first

then

python3 -m venv venv
source venv/bin/activate

then

pip install -r requirements.txt

and to run locally

flask run

if you want changes to appear after saving, run with:

FLASK_ENV=development flask run