Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.31
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
home /
insepet /
wp-content /
themes /
twentythirteen /
[ HOME SHELL ]
Name
Size
Permission
Action
css
[ DIR ]
drwxr-xr-x
genericons
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
404.php
843
B
-rw-r--r--
archive.php
1.78
KB
-rw-r--r--
author-bio.php
1.09
KB
-rw-r--r--
author.php
1.69
KB
-rw-r--r--
category.php
1.12
KB
-rw-r--r--
comments.php
1.86
KB
-rw-r--r--
content-aside.php
1.39
KB
-rw-r--r--
content-audio.php
1.54
KB
-rw-r--r--
content-chat.php
1.33
KB
-rw-r--r--
content-gallery.php
1.99
KB
-rw-r--r--
content-image.php
1.84
KB
-rw-r--r--
content-link.php
1.51
KB
-rw-r--r--
content-none.php
956
B
-rw-r--r--
content-quote.php
1.38
KB
-rw-r--r--
content-status.php
1.18
KB
-rw-r--r--
content-video.php
1.84
KB
-rw-r--r--
content.php
2.3
KB
-rw-r--r--
error_log
166
B
-rw-r--r--
footer.php
923
B
-rw-r--r--
functions.php
23.4
KB
-rw-r--r--
header.php
2.03
KB
-rw-r--r--
image.php
3.19
KB
-rw-r--r--
index.php
1.01
KB
-rw-r--r--
page.php
1.66
KB
-rw-r--r--
readme.txt
4.11
KB
-rw-r--r--
rtl.css
12.88
KB
-rw-r--r--
screenshot.png
171.37
KB
-rw-r--r--
search.php
872
B
-rw-r--r--
sidebar-main.php
473
B
-rw-r--r--
sidebar.php
578
B
-rw-r--r--
single.php
612
B
-rw-r--r--
style.css
55.77
KB
-rw-r--r--
tag.php
1.15
KB
-rw-r--r--
taxonomy-post_format.php
1.17
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : header.php
<?php /** * The Header template for our theme * * Displays all of the <head> section and everything up till <div id="main"> * * @package WordPress * @subpackage Twenty_Thirteen * @since Twenty Thirteen 1.0 */ ?><!DOCTYPE html> <!--[if IE 7]> <html class="ie ie7" <?php language_attributes(); ?>> <![endif]--> <!--[if IE 8]> <html class="ie ie8" <?php language_attributes(); ?>> <![endif]--> <!--[if !(IE 7) & !(IE 8)]><!--> <html <?php language_attributes(); ?>> <!--<![endif]--> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width"> <title><?php wp_title( '|', true, 'right' ); ?></title> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>"> <!--[if lt IE 9]> <script src="<?php echo get_template_directory_uri(); ?>/js/html5.js"></script> <![endif]--> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <div id="page" class="hfeed site"> <header id="masthead" class="site-header" role="banner"> <a class="home-link" href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"> <h1 class="site-title"><?php bloginfo( 'name' ); ?></h1> <h2 class="site-description"><?php bloginfo( 'description' ); ?></h2> </a> <div id="navbar" class="navbar"> <nav id="site-navigation" class="navigation main-navigation" role="navigation"> <button class="menu-toggle"><?php _e( 'Menu', 'twentythirteen' ); ?></button> <a class="screen-reader-text skip-link" href="#content" title="<?php esc_attr_e( 'Skip to content', 'twentythirteen' ); ?>"><?php _e( 'Skip to content', 'twentythirteen' ); ?></a> <?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'nav-menu', 'menu_id' => 'primary-menu', ) ); ?> <?php get_search_form(); ?> </nav><!-- #site-navigation --> </div><!-- #navbar --> </header><!-- #masthead --> <div id="main" class="site-main">
Close