Anonymous 发表于 2024-4-27 18:18:38

求找flag

<html>
<head>
<title>BabyPHP</title>
<meta charset="UTF-8">
</head>
<body>
<form action="#" method="post">
flag在fun中,去找找乐趣吧:<input type="text" name="name" />
<input type="submit" value="submit" />
</form>


</body>

</html>

<?php
highlight_file(__FILE__);
error_reporting(0);
ini_set('open_basedir', '/var/www/html:/tmp');
$file = 'function.php';
$func = isset($_GET['function'])?$_GET['function']:'filters';
call_user_func($func,$_GET);
if (strpos($file, 'function.php') === false) {
    echo '去找fun吧!!!';
    exit;
} else {
    include($file);
}
?>

人造人 发表于 2024-4-28 12:22:53

找flag ?
找什么标志?

想个好名字@ 发表于 2024-4-28 13:08:15

人造人 发表于 2024-4-28 12:22
找flag ?
找什么标志?

我也不知道{:10_266:}CTF的题

理想小青年 发表于 2024-4-28 14:57:18

你参数加一个?file=function.php试一试
页: [1]
查看完整版本: 求找flag