03 2023 档案

摘要:[SWPUCTF 2021 新生赛]pop <?php error_reporting(0); show_source("index.php"); class w44m{ private $admin = 'aaa'; protected $passwd = '123456'; public fun 阅读全文
posted @ 2023-03-26 23:20 kode 阅读(367) 评论(0) 推荐(0)
摘要:[MRCTF2020]Ezpop Welcome to index.php <?php //flag is in flag.php //WTF IS THIS? //Learn From https://ctf.ieki.xyz/library/php.html#%E5%8F%8D%E5%BA%8F 阅读全文
posted @ 2023-03-20 00:37 kode 阅读(108) 评论(0) 推荐(0)
摘要:web259 flag.php <?php $xff = explode(',', $_SERVER['HTTP_X_FORWARDED_FOR']); array_pop($xff); $ip = array_pop($xff); if($ip!=='127.0.0.1'){ die('error 阅读全文
posted @ 2023-03-12 21:06 kode 阅读(244) 评论(0) 推荐(0)