!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/config-templates/   drwxrwxr-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:     config-login-auto.php (2.2 KB)      -rwxrwxr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
/* 
 * The configuration of the login-auto authentication module.
 * 
 * $Id: config.php 451 2008-03-27 15:33:34Z olavmrk $
 */

$config = array (

    
/*
     * This option enables or disables the login-auto authentication
     * handler. This handler is implemented in 'www/auth/login-auto.php'.
     *
     * When this option is set to true, a user can go to the
     * 'auth/login-auto.php' web page to be authenticated as an example
     * user. The user will receive the attributes set in the
     * 'auth.auto.attributes' option.
     *
     * WARNING: setting this option to true will make it possible to use
     * this authenticator for all users, irrespectively of the 'auth'
     * setting in the IdP's metadata. They can always use it by opening the
     * 'auth/login-auto.php' webpage manually.
     */
    
'auth.auto.enable' => true,

    
/*
     * This option configures which attributes the login-auto
     * authentication handler will set for the user. It is an array of
     * arrays. The name of the attribute is the index in the first array,
     * and all the values for the attribute is given in the array
     * referenced to by the name.
     *
     * Example:
     * 'auth.auto.attributes' => array(
     *     'edupersonaffiliation' => array('student', 'member'),
     *     'uid' => array('example_uid'),
     *     'mail' => array('example@example.com'),
     * ),
     */
    
'auth.auto.attributes' => array(
        
'edupersonaffiliation' => array('student''member'),
        
'title' => array('Example user title'),
        
'uid' => array('example_uid'),
        
'mail' => array('example@example.com'),
        
'cn' => array('Example user commonname'),
        
'givenname' => array('Example user givenname'),
        
'sn' => array("Example surname"),
    ),

    
/*
     * When this option is set to true, the login-auto authentication
     * handler will ask for a username and a password. This can be used to
     * test the IdP. The username and password isn't verified, and the
     * user/script can enter anything.
     */
    
'auth.auto.ask_login' => false,

    
/*
     * This option configures a delay in the login-auto authentication
     * handler. The script will wait for the given number of milliseconds
     * before authenticating the user. This can, for example, be used in
     * a simple simulation of a slow LDAP server.
     */
    
'auth.auto.delay_login' => 0,
);


?>

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