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 : pure.php
<?php

if ( filter_input( INPUT_GET, 'app-builder-return' ) ) {
	require_once ABSPATH . '/wp-load.php';
	$success = filter_input( INPUT_GET, 'success' );
	if ( $success ) {
		$data = json_decode( get_option( 'app_builder_test_site' ), true );
		delete_option( 'app_builder_test_site' );
		// build the url to redirect to.
		$qr  = build_query( $data );
		$app = "cirilla://?$qr";
		header( 'Location: ' . $app );
		exit;
	} else {
		echo 'Error';
		exit;
	}
}

if ( filter_input( INPUT_GET, 'app-builder-callback' ) ) {
	require_once ABSPATH . '/wp-load.php';
	// Validate and sanitize the input data.
	$input_data = file_get_contents( 'php://input' );
	if ( json_decode( $input_data ) === null ) {
		wp_send_json_error( 'Invalid JSON data' );
		exit;
	}
	update_option( 'app_builder_test_site', $input_data );
	exit;
}
© 2025 GrazzMean