Skip to content

Concealed Warehouse

Description FR

Vous avez découvert le site Web utilisé par le laboratoire pour gérer son inventaire ! Trouvez une vulnérabilité caché sur le site pour récupérer le flag.

Description EN

You have discovered the website used by the lab to manage its inventory! Find a hidden vulnerability on the site to retrieve the flag.

Files

Extract and run the server with:

Bash
1
docker build -t concealed-warehouse . && docker run --rm -p 5000:5000 --name concealed-warehouse concealed-warehouse

Solution

Solution of the challenge can be found here.