Clear it in 3 steps
-
Start the environment
-
Investigate the target
-
Submit the flag
This greeting card generator is built with Flask/Jinja2 and renders the user's message directly through the template engine. Investigate how far template syntax execution can be pushed.
This application uses the Jinja2 template engine
Python expressions can be executed inside `{{ }}`
Try using Python special attributes like __class__, __mro__, and __subclasses__