Flask web application
A Python Flask app that serves static content and a search endpoint. The /search route takes user input from a POST form, passes it to render_template_string without sanitization, enabling SSTI. It also serves a flag file at /app/flag.txt, which is likely the CTF objective.
src/server.py:1-71Dockerfile:8