[SWPUCTF 2018]SimplePHP
# [SWPUCTF 2018]SimplePHP
有读取文件,能读到如下文件:
file.php?file=index.php/base.php/upload_file.php/function.php/file.php/class.php
file.php 文件内容如下:
<?php
header("content-type:text/html;charset=utf-8");
include 'function.php';
include...
more...