shell bypass 403

GrazzMean Shell

Uname: Linux premium264.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.3.22 [ PHP INFO ] PHP os: Linux
Server Ip: 69.57.162.13
Your Ip: 216.73.216.219
User: workvvfb (1129) | Group: workvvfb (1084)
Safe Mode: OFF
Disable Function:
NONE

name : ExceptionInterface.php
<?php

namespace AppBuilder\Di\App\Exception;

/**
 * Exception Interface
 *
 * @link       https://appcheap.io
 * @since      1.0.0
 * @package    AppBuilder
 */
interface ExceptionInterface {

	/* Protected methods inherited from Exception class */
	public function getMessage();                 // Exception message
	public function getCode();                    // User-defined Exception code
	public function getFile();                    // Source filename
	public function getLine();                    // Source line
	public function getTrace();                   // An array of the backtrace()
	public function getTraceAsString();           // Formated string of trace

	/* Overrideable methods inherited from Exception class */
	public function __toString();                 // formated string for display
	public function __construct( $message = null, $code = 0 );
}
© 2025 GrazzMean