SSTI (Server-Side Template Injection)
Theory
Practice
Tools
./tplmap.py -u 'http://www.target.com/page?name=John'# tplmap from targets url file
for url in $(cat targets.txt); do python3 tplmap.py -u $url; print $url; doneFuzzing
${{<%[%'"}}%\Identify Template Engine
Payload
Template Engine/Framework/Language

Exploit
Resources
Last updated