!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/vendor/onelogin/php-saml/lib/Saml/   drwxrwxr-x
Free 15.67 GB of 61.93 GB (25.3%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


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

class OneLogin_Saml_AuthRequest
{

    
/**
     * @var OneLogin_Saml2_Auth object
     */
    
protected $auth;

    
/**
     * Constructs the OneLogin_Saml2_Auth, initializing
     * the SP SAML instance.
     *
     * @param OneLogin_Saml2_Settings $settings Settings
     */
    
public function __construct($settings)
    {
        
$this->auth = new OneLogin_Saml2_Auth($settings);
    }

    
/**
     * Obtains the SSO URL containing the AuthRequest
     * message deflated.
     *
     * @param OneLogin_Saml2_Settings $settings Settings
     */
    
public function getRedirectUrl($returnTo null)
    {
        
$settings $this->auth->getSettings();
        
$authnRequest = new OneLogin_Saml2_AuthnRequest($settings);
        
$parameters = array('SAMLRequest' => $authnRequest->getRequest());
        if (!empty(
$returnTo)) {
            
$parameters['RelayState'] = $returnTo;
        } else {
            
$parameters['RelayState'] = OneLogin_Saml2_Utils::getSelfRoutedURLNoQuery();
        }
        
$url OneLogin_Saml2_Utils::redirect($this->auth->getSSOurl(), $parameterstrue);
        return 
$url;
    }

    protected function 
_generateUniqueID()
    {
        return 
OneLogin_Saml2_Utils::generateUniqueID();
    }

    protected function 
_getTimestamp()
    {
        
$defaultTimezone date_default_timezone_get();
        
date_default_timezone_set('UTC');
        
$timestamp strftime("%Y-%m-%dT%H:%M:%SZ");
        
date_default_timezone_set($defaultTimezone);
        return 
$timestamp;
    }
}

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