Skip to content
Permalink
15527e0344
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
26 lines (16 sloc) 373 Bytes

Deserialisation Trainers

Various Training / Demos for Insecure Deserialisation

YAML Demo

This service is vulnerable to insecure deserialisation through PyYaml and will let you try out the example given in the course materials.

Starting Stopping the service

Start

$ cd YamlDemo
$ docker-compose up

Stop

$ cd YamlDemo
$ docker-compose down