Server-Side Template Injection
AdvancedThis web app renders user input directly in a Jinja2 template. Detect the template engine with math expressions, escalate to remote code execution, then learn how sandboxing prevents it.
Progress:
1
Detect Template Engine2
Escalate to RCE3
Apply Sandboxapp.io/profile/greeting
Custom Greeting
Enter your custom greeting message. The server renders it using Jinja2.
Server-Side Rendering
Template Source
<h1>Hello, ...!</h1>
Quick Payloads