shell bypass 403
UnknownSec Shell
:
/
home
/
akwariom
/
www
/
wp-content
/
themes
/
shapely
/
template-parts
/ [
drwxr-xr-x
]
upload
mass deface
mass delete
console
info server
name :
content-attachment.php
<?php /** * Template part for displaying attachment page * * @link https://codex.wordpress.org/Template_Hierarchy * * @package Shapely */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <header class="entry-header"> <?php if ( has_post_thumbnail() ) { ?> <a class="text-center" href="<?php the_permalink(); ?>" title="<?php the_title_attribute(); ?>"> <?php $thumbnail_args = array( 'class' => 'mb24', ); the_post_thumbnail( 'shapely-featured', $thumbnail_args ); ?> </a> <?php } ?> <?php the_title( '<h1 class="entry-title">', '</h1>' ); ?> </header><!-- .entry-header --> <div class="entry-content"> <?php $image = wp_get_attachment_image( get_the_ID(), 'full' ); echo wp_kses_post( $image ); echo get_the_content(); $link_pages_args = array( 'before' => '<div class="page-links">' . esc_html__( 'Pages:', 'shapely' ), 'after' => '</div>', ); wp_link_pages( $link_pages_args ); ?> </div><!-- .entry-content --> <?php if ( is_single() ) : $prev = get_previous_post_link(); $prev = str_replace( '«', '<div class="wrapper"><span class="fa fa-angle-left"></span>', $prev ); $prev = str_replace( '</a>', '</a></div>', $prev ); $next = get_next_post_link(); $next = str_replace( '»', '<span class="fa fa-angle-right"></span></div>', $next ); $next = str_replace( '<a', '<div class="wrapper"><a', $next ); ?> <hr/> <div class="shapely-next-prev row"> <div class="col-md-6 text-left"> <?php echo wp_kses_post( $prev ); ?> </div> <div class="col-md-6 text-right"> <?php echo wp_kses_post( $next ); ?> </div> </div> <?php endif; ?> </article><!-- #post-## -->
© 2026 UnknownSec