Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gosecure/template-injection-workshop

Workshop on Template Injection (6 exercises) covering Twig, Jinja2, Tornado, Velocity and Freemaker engines.
https://github.com/gosecure/template-injection-workshop

appsec codelabs freemarker injection jinja2 template tornado twig velocity vulnerable-web-app

Last synced: 8 days ago
JSON representation

Workshop on Template Injection (6 exercises) covering Twig, Jinja2, Tornado, Velocity and Freemaker engines.

Awesome Lists containing this project

README

        

## Template Injection Workshop

This repository includes all the test applications presented at Hackfest 2020.

### Reading the tutorials

Slides: https://gosecure.github.io/template-injection-workshop/

### Running the application yourself

All the application code and docker script are included in this repository. The build process will vary depending on the technology (Python, PHP or Java).

First start by cloning the repository or [exporting the repository to a zip archive](https://github.com/GoSecure/template-injection-workshop/archive/master.zip). Refer to the README of each individual application.

```
git clone https://github.com/GoSecure/template-injection-workshop.git
```