Bypass disablefunction

disable_function绕过靶场https://github.com/AntSwordProject/AntSword-Labs/tree/master/bypass_disable_functions 里面记录了部分的绕过 可以自己使用do...

PHP反序列化总结

必知知识protected 和 privateprivate:变量名前加”%00[类名]%00” 1234567891011<?phpclass test{ private $pub='benben'; ...