shell bypass 403

GrazzMean Shell

Uname: Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
Software: Apache
PHP version: 5.6.40 [ PHP INFO ] PHP os: Linux
Server Ip: 217.160.0.194
Your Ip: 216.73.217.139
User: u72294154 (9179942) | Group: ftpusers (600)
Safe Mode: OFF
Disable Function:
NONE

name : bootstrap-administrator.php
<?php

$adm = getenv('WEB___DIR') . '/administrator';

if (file_exists($adm . '/defines.php')) {
    include_once $adm . '/defines.php';
}

if (!defined('_JDEFINES')) {
    define('JPATH_BASE', $adm);
    require_once JPATH_BASE . '/includes/defines.php';
}

//require_once JPATH_BASE . '/includes/framework.php'
// dont include real framework.php when /installation/ folder exist
// simulate require_once JPATH_BASE . '/includes/framework.php';

// System includes
require_once JPATH_LIBRARIES . '/import.legacy.php';

// Bootstrap the CMS libraries.
require_once JPATH_LIBRARIES . '/cms.php';

// Pre-Load configuration. Don't remove the Output Buffering due to BOM issues, see JCode 26026
ob_start();
require_once JPATH_CONFIGURATION . '/configuration.php';
ob_end_clean();
© 2026 GrazzMean