git clone https://github.com/ViktorMares/BSides_CTF_Sofia_2024.git
cd BSides_CTF_Sofia_2024
pip3 install -r requirements.txt
cd app
uvicorn main:app --reload
Access the resource at /admin - to do this, you will need to exploit a misconfiguration of the current JWT implementation
To explore and interact with the API, access the Swagger documentation at "/docs". The documentation provides detailed information about available endpoints, request formats, and example responses.