shell bypass 403

GrazzMean Shell

: /home/workvvfb/.trash/includes/ [ drwxr-xr-x ]
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.21 [ PHP INFO ] PHP os: Linux
Server Ip: 69.57.162.13
Your Ip: 216.73.216.33
User: workvvfb (1129) | Group: workvvfb (1084)
Safe Mode: OFF
Disable Function:
NONE

name : Hook.php
<?php

/**
 * Hook
 *
 * @link       https://appcheap.io
 * @since      1.0.0
 */

namespace AppBuilder;

use AppBuilder\Hooks\AdsHook;
use AppBuilder\Hooks\CaptchaHook;
use AppBuilder\Hooks\CategoryHook;
use AppBuilder\Hooks\DigitsHook;
use AppBuilder\Hooks\ShortcodeHook;
use AppBuilder\Hooks\TemplateHook;
use AppBuilder\Hooks\UserHook;
use AppBuilder\Hooks\VendorHook;
use AppBuilder\Hooks\WooHook;
use AppBuilder\Hooks\WpHook;
use AppBuilder\Hooks\AvatarHook;
use AppBuilder\Hooks\StoreHook;
use AppBuilder\Lms\LmsHooks;

defined( 'ABSPATH' ) || exit;

/**
 * Hook Class.
 */
class Hook {

	/**
	 * Hook constructor.
	 */
	public function __construct() {
		new WooHook();
		new UserHook();
		new DigitsHook();
		new TemplateHook();
		new ShortcodeHook();
		new CategoryHook();
		new AvatarHook();
		new StoreHook();
		new WpHook();
		new AdsHook();
		new LmsHooks();
		new VendorHook();
		new CaptchaHook();
	}
}
© 2025 GrazzMean