Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gosecure/template-injection-workshop
- Owner: GoSecure
- Created: 2020-11-20T18:10:58.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-10T16:00:00.000Z (almost 2 years ago)
- Last Synced: 2023-11-07T17:15:19.997Z (about 1 year ago)
- Topics: appsec, codelabs, freemarker, injection, jinja2, template, tornado, twig, velocity, vulnerable-web-app
- Language: CSS
- Homepage:
- Size: 3.27 MB
- Stars: 116
- Watchers: 8
- Forks: 32
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```