随笔分类 - CTF
摘要:题目 描述:怎么读取文件呢? <?php highlight_file(__FILE__); include("./check.php"); if(isset($_GET['filename'])){ $filename = $_GET['filename']; include($filename)
阅读全文
摘要:题目 <?php highlight_file(__FILE__); class ease{ private $method; private $args; function __construct($method, $args) { $this->method = $method; $this->
阅读全文

浙公网安备 33010602011771号