Cyber Security Raspberry Pi

Adding Wazuh Agents

Installing Wazuh on your systems is just the first step in securing your home lab. The next step is to add agents to the Wazuh manager so that it can monitor the systems for any suspicious activity. In this blog post, we will go over the process of adding an agent to the Wazuh manager and provide an example of the code that you can use to do it. First, let’s start by understanding what…

Continue reading

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