Open osiyuk opened 7 years ago
Oh, and also deep into mechanism of php-fpm How these processes work with scripts and opcache. I think first thing to do is to compile bare PHP without modules and see what source files are compiled into binary. Then add one module at a time and produce slices of sources, that belongs to different modules.
First things first
Challenges
Configuration files
You can start to include in the repository not only examples of malware but also examples of configuration files in a format that you prefer. Like this one
Conf parsing can be done in PHP or similar later in time after some examples done.