$$ RED53 $$

image.png

IP Address: 172.25.200.200

Port: 9029

Protocol: https ← !!!

Want to run this Docker container locally?

docker run -d --privileged --shm-size=2g -p 9029:5000 --name red53 --restart always joshbeck2024/ctf-xss-bot-flag-red53

Lab Objectives:

The complete source code for the application is provided once you log in

image.png

Any text editor will do, but I’ll go ahead and open up the extracted folder in VSCode.

Examining flask_app.py

This webserver is a Python Flask application.