shell bypass 403

GrazzMean-Shell Shell

: /usr/local/lsws/admin/html.6.2.1/config/ [ drwxr-xr-x ]
Uname: Linux business55.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
Software: LiteSpeed
PHP version: 8.1.31 [ PHP INFO ] PHP os: Linux
Server Ip: 162.213.251.212
Your Ip: 3.143.235.90
User: allssztx (535) | Group: allssztx (533)
Safe Mode: OFF
Disable Function:
NONE

name : confMgr.php
<?php

require_once('../includes/auth.php');

$confCenter = ConfCenter::singleton();

$disp = $confCenter->GetDispInfo();
$page = DPageDef::GetInstance()->GetPageDef($disp->_type, $disp->_pid);
$confErr = NULL;
$pageData = $confCenter->GetPageData($disp, $confErr);

require_once('confHeader.php');

if ( $confErr == NULL ) {
	$page->PrintHtml($pageData, $disp);
}
else {
	echo '<div class="message_error">' . $confErr . '</div>';
}

require_once('confFooter.php');
© 2025 GrazzMean-Shell