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 /
blog /
wp-content /
themes /
baskerville /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxrwxrwx
js
[ DIR ]
drwxrwxrwx
languages
[ DIR ]
drwxrwxrwx
widgets
[ DIR ]
drwxrwxrwx
404.php
1014
B
-rw-rw-rw-
archive.php
2.31
KB
-rw-rw-rw-
baskerville-editor-style.css
3.08
KB
-rw-rw-rw-
baskerville-gutenberg-editor-s...
7.72
KB
-rw-rw-rw-
comments.php
2.17
KB
-rw-rw-rw-
content-aside.php
257
B
-rw-rw-rw-
content-audio.php
902
B
-rw-rw-rw-
content-gallery.php
954
B
-rw-rw-rw-
content-image.php
960
B
-rw-rw-rw-
content-link.php
1.14
KB
-rw-rw-rw-
content-quote.php
1006
B
-rw-rw-rw-
content-status.php
156
B
-rw-rw-rw-
content-video.php
1.17
KB
-rw-rw-rw-
content.php
880
B
-rw-rw-rw-
footer.php
1.98
KB
-rw-rw-rw-
functions.php
25.1
KB
-rw-rw-rw-
header.php
3.5
KB
-rw-rw-rw-
image.php
2.01
KB
-rw-rw-rw-
index.php
1.62
KB
-rw-rw-rw-
license.txt
15.05
KB
-rw-rw-rw-
page.php
1.68
KB
-rw-rw-rw-
readme.txt
10.71
KB
-rw-rw-rw-
screenshot.png
310.95
KB
-rw-rw-rw-
search.php
1.55
KB
-rw-rw-rw-
searchform.php
302
B
-rw-rw-rw-
sidebar.php
1.67
KB
-rw-rw-rw-
single.php
8.31
KB
-rw-rw-rw-
style.css
64.62
KB
-rw-rw-rw-
template-archives.php
4.51
KB
-rw-rw-rw-
template-contributors.php
3.66
KB
-rw-rw-rw-
template-fullwidth.php
1.56
KB
-rw-rw-rw-
template-nosidebar.php
1.57
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : header.php
<!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" > <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php if ( function_exists( 'wp_body_open' ) ) { wp_body_open(); } ?> <?php $background_image_url = get_header_image() ? get_header_image() : get_template_directory_uri() . '/images/header.jpg'; ?> <div class="header section small-padding bg-dark bg-image" style="background-image: url( <?php echo $background_image_url; ?> );"> <div class="cover"></div> <div class="header-search-block bg-graphite hidden"> <?php get_search_form(); ?> </div><!-- .header-search-block --> <div class="header-inner section-inner"> <?php if ( get_theme_mod( 'baskerville_logo' ) ) : ?> <div class="blog-logo"> <a class="logo" href='<?php echo esc_url( home_url( '/' ) ); ?>' title='<?php echo esc_attr( get_bloginfo( 'title' ) ); ?> — <?php echo esc_attr( get_bloginfo( 'description' ) ); ?>' rel='home'> <img src='<?php echo esc_url( get_theme_mod( 'baskerville_logo' ) ); ?>' alt='<?php echo esc_attr( get_bloginfo( 'title' ) ); ?>'> </a> </div> <?php elseif ( get_bloginfo( 'description' ) || get_bloginfo( 'title' ) ) : ?> <h1 class="blog-title"> <a href="<?php echo esc_url( home_url() ); ?>" title="<?php echo esc_attr( get_bloginfo( 'title' ) ) . ' — ' . esc_attr( get_bloginfo( 'description' ) ); ?>" rel="home"><?php echo esc_attr( get_bloginfo( 'title' ) ); ?></a> </h1> <?php if ( get_bloginfo( 'description' ) ) : ?> <h3 class="blog-description"><?php echo esc_attr( get_bloginfo( 'description' ) ); ?></h3> <?php endif; ?> <?php endif; ?> </div><!-- .header-inner --> </div><!-- .header --> <div class="navigation section no-padding bg-dark"> <div class="navigation-inner section-inner"> <div class="nav-toggle fleft hidden"> <div class="bar"></div> <div class="bar"></div> <div class="bar"></div> <div class="clear"></div> </div> <ul class="main-menu"> <?php if ( has_nav_menu( 'primary' ) ) { $nav_args = array( 'container' => '', 'items_wrap' => '%3$s', 'theme_location' => 'primary', 'walker' => new baskerville_nav_walker, ); wp_nav_menu( $nav_args ); } else { $list_pages_args = array( 'container' => '', 'title_li' => '', ); wp_list_pages( $list_pages_args ); } ?> </ul><!-- .main-menu --> <a class="search-toggle fright" href="#"></a> <div class="clear"></div> </div><!-- .navigation-inner --> </div><!-- .navigation --> <div class="mobile-navigation section bg-graphite no-padding hidden"> <ul class="mobile-menu"> <?php if ( has_nav_menu( 'primary' ) ) { wp_nav_menu( $nav_args ); } else { wp_list_pages( $list_pages_args ); } ?> </ul><!-- .main-menu --> </div><!-- .mobile-navigation -->
Close