Skip to content

API with JWT Misconfiguration specifically created for BSides Sofia 2024

Notifications You must be signed in to change notification settings

ViktorMares/BSides_CTF_Sofia_2024

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This lab was created for Security BSides Sofia 2024 by Viktor Mares

Installation & Usage

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

Lab Objective:

Access the resource at /admin - to do this, you will need to exploit a misconfiguration of the current JWT implementation

API:

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.

About

API with JWT Misconfiguration specifically created for BSides Sofia 2024

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published