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 /
bigdata /
wp-content /
themes /
astra /
[ HOME SHELL ]
NAME
SIZE
PERMISSION
ACTION
admin
[ DIR ]
drwxr-xr-x
assets
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
template-parts
[ DIR ]
drwxr-xr-x
404.php
687
B
-rwxr-xr-x
SECURITY.md
427
B
-rwxr-xr-x
archive.php
729
B
-rwxr-xr-x
changelog.txt
163.02
KB
-rwxr-xr-x
comments.php
4.5
KB
-rwxr-xr-x
footer.php
605
B
-rwxr-xr-x
functions.php
8.75
KB
-rwxr-xr-x
header.php
1.37
KB
-rwxr-xr-x
index.php
906
B
-rwxr-xr-x
page.php
868
B
-rwxr-xr-x
readme.txt
7.87
KB
-rwxr-xr-x
screenshot.jpg
357.85
KB
-rwxr-xr-x
search.php
771
B
-rwxr-xr-x
searchform.php
2.08
KB
-rwxr-xr-x
sidebar.php
1000
B
-rwxr-xr-x
single.php
695
B
-rwxr-xr-x
style.css
4.47
KB
-rwxr-xr-x
theme.json
2.35
KB
-rwxr-xr-x
toolset-config.json
7.46
KB
-rwxr-xr-x
wpml-config.xml
5.11
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : header.php
<?php /** * The header for Astra Theme. * * This is the template that displays all of the <head> section and everything up until <div id="content"> * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Astra * @since 1.0.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } ?><!DOCTYPE html> <?php astra_html_before(); ?> <html <?php language_attributes(); ?>> <head> <?php astra_head_top(); ?> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1"> <?php if ( apply_filters( 'astra_header_profile_gmpg_link', true ) ) { ?> <link rel="profile" href="https://gmpg.org/xfn/11"> <?php } ?> <?php wp_head(); ?> <?php astra_head_bottom(); ?> </head> <body <?php astra_schema_body(); ?> <?php body_class(); ?>> <?php astra_body_top(); ?> <?php wp_body_open(); ?> <a class="skip-link screen-reader-text" href="#content"> <?php echo esc_html( astra_default_strings( 'string-header-skip-link', false ) ); ?> </a> <div <?php echo wp_kses_post( astra_attr( 'site', array( 'id' => 'page', 'class' => 'hfeed site', ) ) ); ?> > <?php astra_header_before(); astra_header(); astra_header_after(); astra_content_before(); ?> <div id="content" class="site-content"> <div class="ast-container"> <?php astra_content_top(); ?>
Close