╚═════╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝╚══════╝
preg_replace 替换绕过 · file_get_contents / include 文件包含 · PHP 弱类型 专项训练
php://input 伪协议 + POST 原始数据读取 + 协议过滤绕过preg_match('/http|data/', $file) → 拦截 http 和 data 协议file_get_contents($file) 读取内容须等于 'ctf'php://input 读取 HTTP 请求的原始 POST body,不被 http/data 过滤拦截。需用 curl 发送 -d 参数。