Cyber Security

PHP Serialisation Attacks

Are you ready to learn about fascinating topics in web development and security? Look no further, because today we’re going to build a simple web application to learn about serialization attacks. This is the first of (hopefully) many posts I will be creating. First, let’s define what a serialisation attack is. In short, it’s when an attacker manipulates data that is being serialized (or converted into a format that can be stored or transmitted) in…

Continue reading