摘要: <?php highlight_file(__FILE__); if(isset($_GET['url'])) { $url=$_GET['url']; if(preg_match('/bash|nc|wget|ping|ls|cat|more|less|phpinfo|base64|echo|ph 阅读全文
posted @ 2023-07-14 22:41 fa4tBug 阅读(134) 评论(0) 推荐(0)
摘要: ​ <?php include 'utils.php'; if (isset($_POST['guess'])) { $guess = (string) $_POST['guess']; if ($guess $secret) { $message = 'Congratulations! The f 阅读全文
posted @ 2023-07-14 21:50 fa4tBug 阅读(250) 评论(0) 推荐(0)