求找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);
}
?>
找flag ?
找什么标志?
人造人 发表于 2024-4-28 12:22
找flag ?
找什么标志?
我也不知道{:10_266:}CTF的题 你参数加一个?file=function.php试一试
页:
[1]