mirror of
https://github.com/EdOverflow/bugbounty-cheatsheet.git
synced 2024-11-22 11:03:14 +00:00
196 B
196 B
Template Injection
Ruby
<%=`id`%>
Twig
The following payload should output 49
.
{{7*'7'}}
Jinja
This payload should output 7777777
.
{{7*'7'}}