Forum Discussion
QuickSloth
9 months agoBronze III
Stuck on “Server-Side Template Injection: Ep.2 – Identifying SSTI Vulnerabilities”
None of the three apps are “breaking” for me. For example the input of {{ dump(_SERVER) }} should return server information in at least one example. But nope.
- 9 months ago
I just took the sample payload from the briefing, and it works on the first app, causing an error.
I think there's only one app using twig, where the above string would trigger.
SSTI...not my favorite.
netcat
Advocate
9 months agoI just took the sample payload from the briefing, and it works on the first app, causing an error.
I think there's only one app using twig, where the above string would trigger.
SSTI...not my favorite.
QuickSloth
9 months agoBronze III
> I just took the sample payload from the briefing
Sorry, which payload is that?
- netcat9 months ago
Advocate
This one: {{$<%=(*`|.'#-%>;}}
- QuickSloth9 months agoBronze III
All three apps just echo back that same input.
- netcat9 months ago
Advocate
Just one more click.