首页 > TAG信息列表 > ReadlezPHP

[NPUCTF2020]ReadlezPHP 1

   打开源代码发现了个./time.php?source 于是打开点进去 <?php #error_reporting(0); class HelloPhp { public $a; public $b; public function __construct(){ $this->a = "Y-m-d h:i:s"; $this->b = "date"; } public

[NPUCTF2020]ReadlezPHP

[NPUCTF2020]ReadlezPHP 1.先查看源码,得到地址 2.   2.得到一个源码,一看应该就是反序列化题  <?php #error_reporting(0); class HelloPhp {     public $a;     public $b;     public function __construct(){         $this->a = "Y-m-d h:i:s";