Uname:Linux ip-11-115-0-196 6.8.0-1039-aws #41~22.04.1-Ubuntu SMP Thu Sep 11 10:54:48 UTC 2025 x86_64

403WebShell
403Webshell
Server IP : 13.126.101.145  /  Your IP : 216.73.217.50
Web Server : Apache/2.4.52 (Ubuntu)
System : Linux ip-11-115-0-196 6.8.0-1039-aws #41~22.04.1-Ubuntu SMP Thu Sep 11 10:54:48 UTC 2025 x86_64
User : www-data ( 33)
PHP Version : 8.3.17
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/html/rentals_updated/wp-content/plugins/wpo365-login/Tests/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/html/rentals_updated/wp-content/plugins/wpo365-login/Tests/Test_Result.php
<?php

namespace Wpo\Tests;

// Prevent public access to this script
defined('ABSPATH') or die();

if (!class_exists('\Wpo\Test\Test_Result')) {

    class Test_Result
    {

        const SEVERITY_LOW       = 'low';
        const SEVERITY_CRITICAL  = 'critical';
        const SEVERITY_BLOCKING  = 'blocking';

        const CAPABILITY_EXTENSIONS         = 'INSTALLED EXTENSIONS';
        const HEALTH_MESSAGES               = 'HEALTH MESSAGES';
        const CAPABILITY_CONFIG             = 'CONFIGURATION';
        const CAPABILITY_OIC_SSO            = 'OPENID CONNECT BASED SSO';
        const CAPABILITY_B2C_SSO            = 'AZURE AD B2C SSO';
        const CAPABILITY_SAML_SSO           = 'SAML 2.0 BASED SSO';
        const CAPABILITY_ACCESS_TOKENS      = 'ACCESS TOKENS';
        const CAPABILITY_PROFILE_PLUS       = 'PROFILE+';
        const CAPABILITY_MAIL               = 'MAIL';
        const CAPABILITY_AVATAR             = 'AVATAR';
        const CAPABILITY_CUSTOM_USER_FIELDS = 'CUSTOM USER FIELDS';
        const CAPABILITY_REST               = 'AAD BASED REST API PROTECTION';
        const CAPABILITY_ROLES_ACCESS       = 'ROLES + ACCESS / AUDIENCES';
        const CAPABILITY_SCIM               = 'SCIM';
        const CAPABILITY_SYNC               = 'SYNC';
        const CAPABILITY_APPS               = 'M365 APPS';

        public $timestamp = null;

        public $category = null;

        public $severity = null;

        public $title = null;

        public $sequence = 0;

        public $passed = false;

        public $fix = [];

        public $message = null;

        public $more_info = null;

        public $data = null;

        public function __construct($title, $category, $severity = self::SEVERITY_LOW)
        {
            $this->timestamp = date("j F Y H:i:s", time());
            $this->title = $title;
            $this->category = $category;
            $this->severity = $severity;
        }
    }
}

Youez - 2016 - github.com/yon3zu
LinuXploit