对这个知识点的思考起源于前两天打的两场CTF,题目源码如下
<?php
error_reporting(0);
@$file = $_GET["file"];
@$dir = $_GET["dir"];
function waf()
2021-11-02