-->

Bypassing PHP WAF to Achieve Remote Code Execution In-Depth Analysis

Before testing to bypass WAF to execute remote code, first construct a simple and vulnerable remote…

How To Exploit PHP Remotely To Bypass Filters & WAF Rules

This is the first of two vulnerable PHP scripts that I’m going to use for all tests. This script is…

The Various Utilization Methods of PHP Serialization & Deserialization

Serialization & Deserialization To facilitate data storage, php usually converts data such as ar…