This respository stores the challenges presented during the workshop on deserialization during the security conference Unlock your brain 2024.
- 00-Introduction: challenges used by the presenter during theoretical introduction. At
index4.php
, reproduce the gadget chain showed by the presenter to obtain a RCE - 01-Deserialisation_Simple: beat the boss and RCE
- 02-Deserialisation_Advanced: create a chain composed of several PHP gadgets to RCE
- 03-Deserialisation_PHPGGC: reproduce challenge 2 with PHPGGC
- 04-Deserialisation_Library: use an existing PHPGGC gadget chain to RCE